"""
Autogenerated python message buffer code.
Source: clad/audio/audioParameterTypes.clad
Full command line: victor-clad/tools/message-buffers/emitters/Python_emitter.py -C src -I clad/src lib/util/source/anki/clad robot/clad/src coretech/vision/clad_src coretech/common/clad_src -o generated/cladPython clad/audio/audioParameterTypes.clad
"""

from __future__ import absolute_import
from __future__ import print_function

def _modify_path():
  import inspect, os, sys
  search_paths = [
    '../..',
    '../../../../victor-clad/tools/message-buffers/support/python',
  ]
  currentpath = os.path.abspath(os.path.dirname(inspect.getfile(inspect.currentframe())))
  for search_path in search_paths:
    search_path = os.path.normpath(os.path.abspath(os.path.realpath(os.path.join(currentpath, search_path))))
    if search_path not in sys.path:
      sys.path.insert(0, search_path)
_modify_path()

import msgbuffers

Anki = msgbuffers.Namespace()
Anki.AudioMetaData = msgbuffers.Namespace()
Anki.AudioMetaData.GameParameter = msgbuffers.Namespace()

class ParameterType(object):
  "Automatically-generated uint_32 enumeration."
  Dev_Squawk_Volume                         = 847280258
  Dev_Tone_Freq                             = 2324555758
  Event_Volume                              = 3530059848
  External_Shape                            = 1292394150
  External_Speed                            = 732885492
  Invalid                                   = 0
  Robot_Alexa_Volume_Alerts                 = 522470314
  Robot_Alexa_Volume_Master                 = 3289463297
  Robot_Vic_Confident                       = 2193267925
  Robot_Vic_Environment_Ambient_Volume      = 344494516
  Robot_Vic_Happy                           = 1391855411
  Robot_Vic_Head_Accelerate                 = 2691629051
  Robot_Vic_Head_Position                   = 1549905781
  Robot_Vic_Head_Speed                      = 4244799613
  Robot_Vic_Held_Trust                      = 1255095877
  Robot_Vic_How_Old_Speed                   = 4000308525
  Robot_Vic_Lift_Accelerate                 = 1685856300
  Robot_Vic_Lift_Position                   = 4014791842
  Robot_Vic_Lift_Speed                      = 2317283412
  Robot_Vic_Meter_Bus_Sfx                   = 1248968661
  Robot_Vic_Meter_Bus_Tts                   = 913563323
  Robot_Vic_Meter_Bus_Vo                    = 3946120957
  Robot_Vic_Planning                        = 954718164
  Robot_Vic_Purr_Level                      = 3113529605
  Robot_Vic_Screen_Shift_Interpolation_Time = 1775375659
  Robot_Vic_Sdk_Volume                      = 995643170
  Robot_Vic_Shaking                         = 2064796514
  Robot_Vic_Social                          = 240199822
  Robot_Vic_Stimulation                     = 651061178
  Robot_Vic_Timer_Countdown                 = 165240122
  Robot_Vic_Tread_Accelerate                = 496587279
  Robot_Vic_Tread_Speed                     = 724346585
  Robot_Vic_Tread_Spin_Speed                = 3313708352
  Robot_Vic_Volume_Animation                = 1008373634
  Robot_Vic_Volume_Behavior                 = 359550870
  Robot_Vic_Volume_Master                   = 1036978186
  Robot_Vic_Volume_Procedural               = 346758509
  Ss_Air_Fear                               = 1351367891
  Ss_Air_Freefall                           = 3002758120
  Ss_Air_Fury                               = 1029930033
  Ss_Air_Month                              = 2648548617
  Ss_Air_Presence                           = 3847924954
  Ss_Air_Rpm                                = 822163944
  Ss_Air_Size                               = 3074696722
  Ss_Air_Storm                              = 3715662592
  Ss_Air_Timeofday                          = 3203397129
  Ss_Air_Turbulence                         = 4160247818

Anki.AudioMetaData.GameParameter.ParameterType = ParameterType
del ParameterType


