Namespaces | Classes | Typedefs | Enumerations | Functions | Variables

AcsBulkdata Namespace Reference

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. More...
class  StreamConfiguration
 common class for Sender and Receiver configuration More...
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 []

Detailed Description

Stream out BDF blobs as they are produced. Taking care of blobs ending after the next one has started receiving data.


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 

Function Documentation

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

Variable Documentation