"""
Autogenerated python message buffer code.
Source: clad/audio/audioBusTypes.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/audioBusTypes.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.Bus = msgbuffers.Namespace()

class BusType(object):
  "Automatically-generated uint_32 enumeration."
  Alexa_Robot                            = 3848958671
  Dev_Bus                                = 2403041217
  Dev_General_Bus                        = 948416556
  Dev_Squawk_Bus                         = 3005198374
  Invalid                                = 0
  Master_Audio_Bus                       = 3803692087
  Master_Secondary_Bus                   = 805203703
  Victor_Alexa_External_Alerts           = 3090461196
  Victor_Alexa_External_Media            = 2178320975
  Victor_Alexa_External_Notifications    = 1729380023
  Victor_Alexa_External_Voice            = 2885659541
  Victor_Alexa_Sfx                       = 2919936160
  Victor_Robot                           = 3435543205
  Victor_Robot_External                  = 1731724381
  Victor_Robot_Sfx_Character_Buses       = 2278572386
  Victor_Robot_Sfx_Head_Lift             = 1159259262
  Victor_Robot_Sfx_High_Priority         = 856163231
  Victor_Robot_Sfx_High_Priority_Earcon  = 2008796406
  Victor_Robot_Sfx_High_Priority_Petting = 3273300089
  Victor_Robot_Sfx_No_Stim               = 4255101287
  Victor_Robot_Sfx_Procedural            = 4089178613
  Victor_Robot_Sfx_Screen                = 121641772
  Victor_Robot_Sfx_Stim                  = 2205252327

Anki.AudioMetaData.Bus.BusType = BusType
del BusType


