Public Member Functions | Protected Attributes | Private Member Functions

CommonCallback Class Reference

#include <acsexmplCallbacks.h>

Inheritance diagram for CommonCallback:
Inheritance graph
[legend]

List of all members.

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:
"@(#) $Id: acsexmplCallbacks.h,v 1.8 2008/10/01 04:30:47 cparedes Exp $"

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


The documentation for this class was generated from the following file: