#include <acsncArchiveConsumerCompImpl.h>
Public Member Functions | |
ArchiveConsumerCompImpl (const ACE_CString &name, maci::ContainerServices *) | |
virtual | ~ArchiveConsumerCompImpl () |
virtual void | receive (ACS::Time timeStamp, const std::string &device, const std::string ¶meter, const CORBA::Any &value) |
Private Attributes | |
int | m_count |
nc::ArchiveConsumer * | m_testConsumer_p |
This class is for testing the notification channel under an activator
ArchiveConsumerCompImpl::ArchiveConsumerCompImpl | ( | const ACE_CString & | name, | |
maci::ContainerServices * | ||||
) |
Constructor
poa | Poa which will activate this and also all other COBs. | |
name | DO's name. This is also the name that will be used to find the configuration data for the DO in the Configuration Database. |
virtual ArchiveConsumerCompImpl::~ArchiveConsumerCompImpl | ( | ) | [virtual] |
Destructor
virtual void ArchiveConsumerCompImpl::receive | ( | ACS::Time | timeStamp, | |
const std::string & | device, | |||
const std::string & | parameter, | |||
const CORBA::Any & | value | |||
) | [inline, virtual] |
Implements nc::ArchiveConsumer::ArchiveHandler.
References ACS_SHORT_LOG.
int ArchiveConsumerCompImpl::m_count [private] |