ArchiveConsumerCompImpl

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

NAME

ArchiveConsumerCompImpl −

SYNOPSIS

#include <acsncArchiveConsumerCompImpl.h>

Inherits acscomponent::ACSComponentImpl, and nc::ArchiveConsumer::ArchiveHandler.

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 &parameter, const CORBA::Any &value)

Private Attributes

int m_count

nc::ArchiveConsumer * m_testConsumer_p

Detailed Description

This class is for testing the notification channel under an activator

Constructor & Destructor Documentation

ArchiveConsumerCompImpl::ArchiveConsumerCompImpl (const ACE_CString & name, maci::ContainerServices *) Constructor

Parameters:

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

Member Function Documentation

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.

Member Data Documentation

int ArchiveConsumerCompImpl::m_count [private]

nc::ArchiveConsumer* ArchiveConsumerCompImpl::m_testConsumer_p [private]

Author

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