"""
Autogenerated python message buffer code.
Source: clad/types/animationTypes.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/animationTypes.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()

from clad.types.animationEvents import Anki as _Anki
Anki.update(_Anki.deep_clone())

class AnimTrackFlag(object):
  "Automatically-generated uint_8 enumeration."
  NO_TRACKS             = 0
  HEAD_TRACK            = 0x1
  LIFT_TRACK            = 0x2
  BODY_TRACK            = 0x4
  FACE_TRACK            = 0x8
  EVENT_TRACK           = 0x10
  BACKPACK_LIGHTS_TRACK = 0x20
  AUDIO_TRACK           = 0x40
  ALL_TRACKS            = 0xff

Anki.Vector.AnimTrackFlag = AnimTrackFlag
del AnimTrackFlag


class AnimConstants(object):
  "Automatically-generated int_32 enumeration."
  PROCEDURAL_ANIM = 0
  NUM_TRACKS      = 8

Anki.Vector.AnimConstants = AnimConstants
del AnimConstants


