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

class AnimEvent(object):
  "Automatically-generated uint_8 enumeration."
  DEVICE_AUDIO_TRIGGER   = 0
  ENERGY_DRAINCUBE_END   = 1
  TAPPED_BLOCK           = 2
  LISTENING_BEGIN        = 3
  TOGGLE_NUMBERS_DISPLAY = 4
  DEAL_CARDS_BEGIN       = 5
  SWIPE_CARDS_BEGIN      = 6
  DANCE_BEAT_SYNC        = 7
  CUBE_LIGHT_TOGGLE      = 8
  TTS_BEGIN              = 9
  CHANGE_EYE_COLOR       = 10
  FLIP_DOWN_BEGIN        = 11
  Count                  = 12

Anki.Vector.AnimEvent = AnimEvent
del AnimEvent


