Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

DriverMessaging::SensorPriority Class Reference

Indicates priority of polling outputs/buttons/sensors, for those drivers which must actively poll for sensor data. More...

#include <DriverMessaging.h>

Inheritance diagram for DriverMessaging::SensorPriority:

Detailed Description

Indicates priority of polling outputs/buttons/sensors, for those drivers which must actively poll for sensor data.

Definition at line 88 of file DriverMessaging.h.

List of all members.

Public Member Functions

 SensorPriority ()
 constructor

Public Attributes

plist::DictionaryOf
< plist::Primitive< float > > 
outputs
 priority of output feedbacks
plist::DictionaryOf
< plist::Primitive< float > > 
buttons
 priority of button status
plist::DictionaryOf
< plist::Primitive< float > > 
sensors
 priority of other sensors

Static Public Attributes

static const char *const NAME = "SensorPriority"
 class identifier

Constructor & Destructor Documentation

DriverMessaging::SensorPriority::SensorPriority (  ) 

constructor

Definition at line 91 of file DriverMessaging.h.


Member Data Documentation

priority of button status

Definition at line 98 of file DriverMessaging.h.

Referenced by SensorPriority().

const char *const DriverMessaging::SensorPriority::NAME = "SensorPriority" [static]

class identifier

Definition at line 100 of file DriverMessaging.h.

priority of output feedbacks

Definition at line 97 of file DriverMessaging.h.

Referenced by SensorPriority().

priority of other sensors

Definition at line 99 of file DriverMessaging.h.

Referenced by SensorPriority().


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

Tekkotsu v5.1CVS
Generated Mon May 9 04:59:20 2016 by Doxygen 1.6.3