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

Public Member Functions

 PropertyInfo ()
 
 PropertyInfo (uint updateFreq, std::list< Zone::Type > zonesList)
 
uint updateFrequency ()
 
std::list< Zone::Type > zones ()
 
bool isValid ()
 

Static Public Member Functions

static PropertyInfo invalid ()
 

Constructor & Destructor Documentation

PropertyInfo::PropertyInfo ( )
inline
PropertyInfo::PropertyInfo ( uint  updateFreq,
std::list< Zone::Type >  zonesList 
)
inline

PropertyInfo

  • updateFrequency
  • zonesList

Member Function Documentation

static PropertyInfo PropertyInfo::invalid ( )
inlinestatic

invalid() returns instance of PropertyInfo that isn't valid

bool PropertyInfo::isValid ( )
inline

isValid returns whether this PropertyInfo is valid

default when you construct a PropertyInfo is false

uint PropertyInfo::updateFrequency ( )
inline

updateFrequency Maximum times per second a property is expected to update.

std::list<Zone::Type> PropertyInfo::zones ( )
inline

zones Number of different zones supported by this property.


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