ACE
6.2.8
|
An instance is contained by each enabled monitor point. More...
#include <Monitor_Control_Types.h>
Public Member Functions | |
Data (Monitor_Control_Types::Information_Type type) | |
Public Attributes | |
ACE_Time_Value | timestamp_ |
double | value_ |
ACE_Array_Base< char * > | list_ |
Information_Type | type_ |
size_t | index_ |
bool | minimum_set_ |
double | minimum_ |
double | maximum_ |
double | sum_ |
double | sum_of_squares_ |
double | last_ |
An instance is contained by each enabled monitor point.
ACE::Monitor_Control::Monitor_Control_Types::Data::Data | ( | Monitor_Control_Types::Information_Type | type | ) |
size_t ACE::Monitor_Control::Monitor_Control_Types::Data::index_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::last_ |
ACE_Array_Base<char *> ACE::Monitor_Control::Monitor_Control_Types::Data::list_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::maximum_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::minimum_ |
bool ACE::Monitor_Control::Monitor_Control_Types::Data::minimum_set_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::sum_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::sum_of_squares_ |
ACE_Time_Value ACE::Monitor_Control::Monitor_Control_Types::Data::timestamp_ |
Information_Type ACE::Monitor_Control::Monitor_Control_Types::Data::type_ |
double ACE::Monitor_Control::Monitor_Control_Types::Data::value_ |