"""
Autogenerated python message buffer code.
Source: clad/types/compositeImageLayouts.clad
Full command line: victor-clad/tools/message-buffers/emitters/Python_emitter.py -I coretech/vision/clad_src coretech/common/clad_src -o generated/cladPython clad/types/compositeImageLayouts.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.Vision = msgbuffers.Namespace()

class CompositeImageLayout(object):
  "Automatically-generated uint_8 enumeration."
  TemperatureDoubleDig        = 0
  TemperatureNegDoubleDig     = 1
  TemperatureSingleDig        = 2
  TemperatureNegSingleDig     = 3
  TemperatureTripleDig        = 4
  TemperatureNegTripleDig     = 5
  WeatherCondCloudy_01        = 6
  WeatherCondColdClear_01     = 7
  WeatherCondRain_01          = 8
  WeatherCondSnow_01          = 9
  WeatherCondStars_01         = 10
  WeatherCondSunny_01         = 11
  WeatherCondThunderstorms_01 = 12
  WeatherCondWindy_01         = 13
  PlayerCardLayout            = 14
  DealerCardLayout            = 15
  Count                       = 16

Anki.Vision.CompositeImageLayout = CompositeImageLayout
del CompositeImageLayout


