|
TestSupplier − |
|
#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 () |
|
TestSupplier::TestSupplier (const char * channelName) [inline] |
|
virtual TestSupplier::~TestSupplier () [inline, protected, virtual] |
|
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(). |
|
Generated automatically by Doxygen for ACS-2014.6 C++ API from the source code. |