#include <bulkDataNTDDS.h>
List of all members.
Detailed Description
class responsible for all DDS related details
Constructor & Destructor Documentation
AcsBulkdata::BulkDataNTDDS::BulkDataNTDDS |
( |
DDS::DomainParticipant * |
participant, |
|
|
const DDSConfiguration & |
ddsCfg | |
|
) |
| | |
Constructor
- Parameters:
-
| participant | participant |
| ddsCfg | generic DDS configuration |
virtual AcsBulkdata::BulkDataNTDDS::~BulkDataNTDDS |
( |
|
) |
[virtual] |
AcsBulkdata::BulkDataNTDDS::BulkDataNTDDS |
( |
|
) |
[protected] |
name of topic (it is set when createDDSTopic
disable default - empty constructor
AcsBulkdata::BulkDataNTDDS::BulkDataNTDDS |
( |
const BulkDataNTDDS & |
|
) |
[protected] |
ALMA C++ coding standards state copy constructors should be disabled.
Member Function Documentation
DDS::Topic* AcsBulkdata::BulkDataNTDDS::createDDSTopic |
( |
const char * |
topicName |
) |
|
It creates topic (and register the type) with name topicName using participant given in CTOR
- Parameters:
-
- Returns:
void AcsBulkdata::BulkDataNTDDS::destroyDDSTopic |
( |
DDS::Topic * |
topic |
) |
|
It destroys topic and unregisters the type
- Parameters:
-
void AcsBulkdata::BulkDataNTDDS::operator= |
( |
const BulkDataNTDDS & |
|
) |
[protected] |
ALMA C++ coding standards state assignment operators should be disabled.
Member Data Documentation
The documentation for this class was generated from the following file: