#include <acsexmplCallbacks.h>
Public Member Functions | |
CommonCallback () | |
Protected Attributes | |
ACE_CString | prop |
unsigned int | m_count |
Private Member Functions | |
void | operator= (const CommonCallback &) |
Used to provide common functionality for the implementations of BACI callbacks and alarms. Really all this class does is keep track of the number of done invocations as well as the name of the BACI property it's monitoring, receiving an asynchronous value from, etc.
CommonCallback::CommonCallback | ( | ) | [inline] |
Standard constructor
void CommonCallback::operator= | ( | const CommonCallback & | ) | [private] |
ALMA C++ coding standards state copy operators should be disabled.
unsigned int CommonCallback::m_count [protected] |
To keep the acsexmpl modular test deterministic, we keep track of the number of times the done method is invoked. From this value the logging priority is dynamically changed under some circumstances.
Referenced by MyCBdouble::MyCBdouble().
ACE_CString CommonCallback::prop [protected] |
99% of the time, callback are used in conjunction with BACI properties. This member is just the name of that property.
Referenced by MyAlarmdouble::MyAlarmdouble(), MyCBdouble::MyCBdouble(), and MyCBvoid::MyCBvoid().