Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

CounterSupplierImpl Class Reference

superclass, ACSComponent. More...

#include <CounterSupplierImpl.h>

Inheritance diagram for CounterSupplierImpl:

Inheritance graph
[legend]
Collaboration diagram for CounterSupplierImpl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CounterSupplierImpl (const ACE_CString &name, maci::ContainerServices *containerServices)
virtual ~CounterSupplierImpl ()
virtual CORBA::Long sendBlocks (const CORBA::Long initialVal, const CORBA::Long lastVal, const CORBA::Long changeVal, const CORBA::Float period)

Private Attributes

nc::SimpleSupplierm_CounterSupplier_p

Detailed Description

superclass, ACSComponent.

All components should inherit from CharacteristicComponentImpl or it's superclass, ACSComponentImpl, to remain compatiable with ACS tools such as objexp (i.e., a GUI used to manipulate components). This class also derives from POA_COUNTER::CounterSupplier which is a class automatically generated by CORBA from COUNTER's IDL file.

Version:
"@(#) $Id: CounterSupplierImpl.h,v 1.3 2008/10/07 09:41:42 cparedes Exp $"


Constructor & Destructor Documentation

CounterSupplierImpl::CounterSupplierImpl const ACE_CString &  name,
maci::ContainerServices containerServices
 

Constructor

Parameters:
poa Poa which will activate this and also all other components. Developers need not be concerned with what a PortableServer does...just pass it to the superclass's constructor.
name component's name. All components have a name associated with them so other components and clients can access them.

virtual CounterSupplierImpl::~CounterSupplierImpl  )  [virtual]
 

Destructor


Member Function Documentation

virtual CORBA::Long CounterSupplierImpl::sendBlocks const CORBA::Long  initialVal,
const CORBA::Long  lastVal,
const CORBA::Long  changeVal,
const CORBA::Float  period
[virtual]
 

Implementation of IDL sendBlocks().

Exceptions:
ACSErrTypeCommon::CouldntPerformActionEx 


Member Data Documentation

nc::SimpleSupplier* CounterSupplierImpl::m_CounterSupplier_p [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:36:15 2009 for ACS C++ API by doxygen 1.3.8