CommonCallback

NAME
SYNOPSIS
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

CommonCallback −

SYNOPSIS

#include <acsexmplCallbacks.h>

Inherited by MyAlarmdouble [protected], MyCBdouble [protected], and MyCBvoid [protected].

Public Member Functions

CommonCallback ()

Protected Attributes

ACE_CString prop

unsigned int m_count

Private Member Functions

void operator= (const CommonCallback &)

Detailed Description

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.

Version:

Constructor & Destructor Documentation

CommonCallback::CommonCallback () [inline] Standard constructor

Member Function Documentation

void CommonCallback::operator= (const CommonCallback &) [private] ALMA C++ coding standards state copy operators should be disabled.

Member Data Documentation

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().

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.