#include <Monitor_Control_Types.h>
Collaboration diagram for ACE::Monitor_Control::Monitor_Control_Types::Data:

Public Member Functions | |
| Data (void) | |
Public Attributes | |
| ACE_Time_Value | timestamp_ |
| double | value_ |
Definition at line 43 of file Monitor_Control_Types.h.
| ACE::Monitor_Control::Monitor_Control_Types::Data::Data | ( | void | ) |
Definition at line 15 of file Monitor_Control_Types.cpp.
00016 : timestamp_ (ACE_Time_Value::zero), 00017 value_ (0.0) 00018 {}
Definition at line 46 of file Monitor_Control_Types.h.
Referenced by ACE::Monitor_Control::Monitor_Base::clear_i(), and ACE::Monitor_Control::Monitor_Base::receive().
Definition at line 47 of file Monitor_Control_Types.h.
Referenced by ACE::Monitor_Control::Monitor_Base::clear_i(), and ACE::Monitor_Control::Monitor_Base::receive().
1.4.7