ALMA Computing Group

CommonCallback Class Reference

Used to provide common functionality for the implementations of BACI callbacks and alarms. More...

#include <acsexmplCallbacks.h>

Inheritance diagram for CommonCallback:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 CommonCallback ()
 Standard constructor.

Protected Attributes

ACE_CString prop
 99% of the time, callback are used in conjunction with BACI properties.
unsigned int m_count
 To keep the acsexmpl modular test deterministic, we keep track of the number of times the done method is invoked.

Private Member Functions

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

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 $"

Definition at line 99 of file acsexmplCallbacks.h.


Constructor & Destructor Documentation

CommonCallback::CommonCallback  )  [inline]
 

Standard constructor.

Definition at line 105 of file acsexmplCallbacks.h.


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. Definition at line 119 of file acsexmplCallbacks.h.

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. Definition at line 112 of file acsexmplCallbacks.h.


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