Classes | Typedefs | Enumerations

AcsBulkdata Namespace Reference

Classes

class  ACS_Read_Guard
class  ACS_Write_Guard
struct  RecvDataStruct
class  BulkDataDistributer
class  BulkDataDistributerNotifCb
class  BulkDataFlowConsumer
class  BulkDataFlowProducer
class  BulkDataReceiver
class  BulkDataSender
class  BulkDataNTCallback
class  DDSConfiguration
 DDS configuration class at this moment it is common for all configuration classes but can be later split. More...
class  StreamConfiguration
 common class for Sender and Receiver configuration More...
class  SenderFlowConfiguration
class  SenderStreamConfiguration
class  ReceiverFlowConfiguration
class  ReceiverStreamConfiguration
class  BulkDataConfigurationParser
class  BulkDataNTDDS
class  BulkDataNTDDSPublisher
class  BulkDataNTDDSSubscriber
class  BulkDataNTFlow
class  BulkDataNTReceiverFlow
class  BulkDataNTReceiverStreamBase
class  BulkDataNTReceiverStream
class  BulkDataNTSenderFlow
class  BulkDataNTSenderFlowStatusCallback
class  BulkDataNTSenderStream
class  BulkDataNTStream

Typedefs

typedef struct
AcsBulkdata::RecvDataStruct 
RecvData
typedef unsigned long FlowNumberType

Enumerations

enum  ReceiverType { NORMAL = 0x1, IMPORTANT = 0x2, CRITICAL = 0x4 }

Typedef Documentation

typedef unsigned long AcsBulkdata::FlowNumberType

Enumeration Type Documentation

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