TestSupplier

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Author

NAME

TestSupplier −

SYNOPSIS

#include <testSupplier.h>

Inherits BaseSupplier.

Public Member Functions

TestSupplier (const char *channelName)

void publishEvent (const char *someData)

Protected Member Functions

virtual const char * getChannelKind ()

virtual const char * getEventType ()

virtual ~TestSupplier ()

Constructor & Destructor Documentation

TestSupplier::TestSupplier (const char * channelName) [inline]

virtual TestSupplier::~TestSupplier () [inline, protected, virtual]

Member Function Documentation

virtual const char* TestSupplier::getChannelKind () [inline, protected, virtual] Overridden.

Reimplemented from BaseHelper.

virtual const char* TestSupplier::getEventType () [inline, protected, virtual] This method returns a constant character pointer to the type of event.

Returns:

pointer to a constant string.

Implements BaseSupplier.

void TestSupplier::publishEvent (const char * someData) [inline]

References BaseSupplier::populateHeader().

Author

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