Public Types | |
enum | EventId { NONE = 0, EXIT, ATTRIBUTE, DATA } |
Public Member Functions | |
EventItem (EventId id=NONE) | |
virtual std::map< std::string, std::string > * | get_attribute () |
virtual SensorData * | get_sensor_data () |
virtual | ~EventItem () |
Public Attributes | |
EventId | event_id |
Definition at line 1737 of file myahrs_plus.hpp.
Definition at line 1740 of file myahrs_plus.hpp.
WithRobot::iMyAhrsPlus::EventItem::EventItem | ( | EventId | id = NONE | ) | [inline] |
Definition at line 1749 of file myahrs_plus.hpp.
virtual WithRobot::iMyAhrsPlus::EventItem::~EventItem | ( | ) | [inline, virtual] |
Definition at line 1750 of file myahrs_plus.hpp.
virtual std::map<std::string, std::string>* WithRobot::iMyAhrsPlus::EventItem::get_attribute | ( | ) | [inline, virtual] |
Reimplemented in WithRobot::iMyAhrsPlus::EventQueue::EventItemAttribute.
Definition at line 1753 of file myahrs_plus.hpp.
virtual SensorData* WithRobot::iMyAhrsPlus::EventItem::get_sensor_data | ( | ) | [inline, virtual] |
Reimplemented in WithRobot::iMyAhrsPlus::EventQueue::EventItemData.
Definition at line 1752 of file myahrs_plus.hpp.
Definition at line 1747 of file myahrs_plus.hpp.