ConsumerCompImpl

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

NAME

ConsumerCompImpl −

SYNOPSIS

#include <acsncConsumerCompImpl.h>

Inherits acscomponent::ACSComponentImpl.

Public Member Functions

ConsumerCompImpl (const ACE_CString &name, maci::ContainerServices *)

virtual ~ConsumerCompImpl ()

Static Private Member Functions

static void myHandlerFunction (acsnc::EventDescription joe, void *handlerParam)

Private Attributes

int m_count

nc::SimpleConsumer< acsnc::EventDescription > * m_testConsumer_p

Detailed Description

This class is for testing the notification channel under an activator

Constructor & Destructor Documentation

ConsumerCompImpl::ConsumerCompImpl (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 ConsumerCompImpl::~ConsumerCompImpl () [virtual] Destructor

Member Function Documentation

static void ConsumerCompImpl::myHandlerFunction (acsnc::EventDescription joe, void * handlerParam) [static, private]

Member Data Documentation

int ConsumerCompImpl::m_count [private]

nc::SimpleConsumer<acsnc::EventDescription>* ConsumerCompImpl::m_testConsumer_p [private]

Author

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