|
MonitorCondition | condition_ |
|
MONITOR_CONDITION_HANDLER * | handler_ |
|
void * | arg_ |
|
std::string | message_ |
|
std::string | script_ |
|
unsigned | packetCount_ |
|
unsigned | stablePacketCount_ |
|
unsigned | giveUpPacketCount_ |
|
bool | isPersistent_ |
|
MonitorPoint::ConditionHandler::ConditionHandler |
( |
| ) |
|
....................................................................... Initialize a handler container
MonitorPoint::ConditionHandler::ConditionHandler |
( |
const ConditionHandler & |
handler | ) |
|
....................................................................... Initialize a handler container
....................................................................... Initialize a handler container
void MonitorPoint::ConditionHandler::callHandler |
( |
bool |
conditionWasSatisfied | ) |
|
....................................................................... Call the handler
bool MonitorPoint::ConditionHandler::checkCondition |
( |
bool |
isSim, |
|
|
DataType & |
dataType |
|
) |
| |
....................................................................... Check the condition we are handling. Return true if the condition was met, or if we are ready to stop checking for this condition
std::string MonitorPoint::ConditionHandler::format |
( |
std::string & |
reg | ) |
|
....................................................................... Format the condition associated with this handler
void MonitorPoint::ConditionHandler::operator= |
( |
const ConditionHandler & |
handler | ) |
|
....................................................................... Assign a handler container
bool MonitorPoint::ConditionHandler::operator== |
( |
const ConditionHandler & |
handler | ) |
|
....................................................................... Initialize a handler container
void MonitorPoint::ConditionHandler::reset |
( |
| ) |
|
....................................................................... Check the condition we are handling. Return true if the condition was met, or if we are ready to stop checking for this condition
The documentation for this struct was generated from the following files:
- gcpCbass/util/common/MonitorPoint.h
- gcpCbass/util/common/MonitorPoint.cc