#include <portmonitor_carrier/MonitorEvent.h>
Public Member Functions | |
| MonitorEvent (const char *_name, MonitorBinding *_owner, double lf=-1.0) | |
Public Attributes | |
| MonitorBinding * | owner |
| std::string | name |
| double | lifetime |
| double | create_time |
Definition at line 20 of file MonitorEvent.h.
|
inline |
Definition at line 23 of file MonitorEvent.h.
| double MonitorEvent::create_time |
Definition at line 34 of file MonitorEvent.h.
| double MonitorEvent::lifetime |
Definition at line 33 of file MonitorEvent.h.
| std::string MonitorEvent::name |
Definition at line 32 of file MonitorEvent.h.
| MonitorBinding* MonitorEvent::owner |
Definition at line 31 of file MonitorEvent.h.