automotive-message-broker  0.12
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Static Public Attributes | List of all members
Zone Class Reference

Public Types

enum  {
  None = 0, Front = 1, Middle = 1 << 1, Right = 1 << 2,
  Left = 1 << 3, Rear = 1 << 4, Center = 1 << 5, LeftSide = 1 << 6,
  RightSide = 1 << 7, FrontSide = 1 << 8, BackSide = 1 << 9
}
 
typedef int Type
 
typedef std::list< Zone::Type > ZoneList
 

Static Public Attributes

static const Zone::Type FrontRight = Zone::Type(Zone::Front | Zone::Right)
 
static const Zone::Type FrontLeft = Zone::Type(Zone::Front | Zone::Left)
 
static const Zone::Type MiddleRight = Zone::Type(Zone::Middle | Zone::Right)
 
static const Zone::Type MiddleLeft = Zone::Type(Zone::Middle | Zone::Left)
 
static const Zone::Type RearRight = Zone::Type(Zone::Rear | Zone::Right)
 
static const Zone::Type RearLeft = Zone::Type(Zone::Rear | Zone::Left)
 

The documentation for this class was generated from the following files: