|
AcsBulkdata − |
|
Namespaces |
|
namespace Pthread |
|
Classes |
|
class ACS_Read_Guard |
|
class ACS_Write_Guard |
|
struct RecvDataStruct |
|
class BulkDataDistributer |
|
class BulkDataDistributerNotifCb |
|
class BulkDataFlowConsumer |
|
class BulkDataFlowProducer |
|
class BulkDataReceiver |
|
class BulkDataSender |
|
class BulkDataNTArrayThread |
|
class BulkDataNTCallback |
|
class DDSConfiguration |
|
DDS configuration class at this moment it is common for all configuration classes. |
|
class StreamConfiguration |
|
common class for Sender and Receiver configuration |
|
class SenderFlowConfiguration |
|
class SenderStreamConfiguration |
|
class ReceiverFlowConfiguration |
|
class ReceiverStreamConfiguration |
|
class XMLChSP |
|
class BulkDataConfigurationParser |
|
class BulkDataNTDDS |
|
class BulkDataNTDDSPublisher |
|
class BulkDataNTDDSSubscriber |
|
class BulkDataNTFlow |
|
class StreamerThread |
|
class BulkDataNTReaderListener |
|
class BulkDataNTReceiverFlow |
|
class BulkDataNTReceiverStreamBase |
|
class BulkDataNTReceiverStream |
|
class BulkDataNTSenderFlow |
|
class BulkDataNTSenderFlowCallback |
|
class BulkDataNTSenderStream |
|
class BulkDataNTStream |
|
class ThreadSyncGuard |
|
class BulkDataNTWriterListener |
|
Typedefs |
|
typedef struct AcsBulkdata::RecvDataStruct RecvData |
|
typedef unsigned long FlowNumberType |
|
Enumerations |
|
enum ReceiverType { NORMAL = 0x1, IMPORTANT = 0x2, CRITICAL = 0x4 } |
|
Functions |
|
bool isBulkDataNTEnabled () |
|
Variables |
|
const char * dataType2String [] |
|
Stream out BDF blobs as they are produced. Taking care of blobs ending after the next one has started receiving data. |
|
typedef unsigned long AcsBulkdata::FlowNumberType |
|
typedef struct AcsBulkdata::RecvDataStruct AcsBulkdata::RecvData |
|
enum AcsBulkdata::ReceiverType Specifies the kind of a receiver. This information is propagated to the senders so they can take decision based on the importance of the receiver, in case of any problem. |
|
Enumerator: |
|
NORMAL |
|
IMPORTANT |
|
CRITICAL |
|
bool AcsBulkdata::isBulkDataNTEnabled () Should return true if the value of ENABLE_BULKDATA_NT is set to: 1, y, Y or true (ignorecase) |
|
Returns: |
|
true or false |
|
const char* AcsBulkdata::dataType2String[] |
|
Generated automatically by Doxygen for ACS-2015.4 C++ API from the source code. |