otsdaq  v1_01_02
 All Classes Namespaces Functions
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ots::UDPDataStreamerConsumer Class Reference
+ Inheritance diagram for ots::UDPDataStreamerConsumer:

Public Member Functions

 UDPDataStreamerConsumer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath)
 
- Public Member Functions inherited from ots::UDPDataStreamerBase
 UDPDataStreamerBase (std::string IPAddress, unsigned int port, std::string toIPAddress, unsigned int toPort)
 
int send (const std::string &buffer)
 
int send (const std::vector< uint32_t > &buffer)
 
- Public Member Functions inherited from ots::TransmitterSocket
 TransmitterSocket (const std::string &IPAddress, unsigned int port=0)
 
int send (Socket &toSocket, const std::string &buffer)
 
int send (Socket &toSocket, const std::vector< uint32_t > &buffer)
 
- Public Member Functions inherited from ots::Socket
 Socket (const std::string &IPAddress, unsigned int port=0)
 
virtual void initialize (void)
 
struct sockaddr_in & getSocketAddress (void)
 
const std::string & getIPAddress ()
 
const unsigned int & getPort ()
 
- Public Member Functions inherited from ots::DataConsumer
 DataConsumer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority priority)
 
void registerToBuffer (void)
 
virtual void startProcessingData (std::string runNumber)
 
virtual void stopProcessingData (void)
 
template<class D , class H >
int read (D &buffer, H &header)
 
template<class D , class H >
int read (D *&buffer, H *&header)
 
template<class D , class H >
int setReadSubBuffer (void)
 
template<class D , class H >
int read (D &buffer)
 
ConsumerPriority getPriority (void)
 
- Public Member Functions inherited from ots::DataProcessor
 DataProcessor (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID)
 
virtual void pauseProcessingData (void)
 
virtual void resumeProcessingData (void)
 
std::string getProcessorID (void)
 
void setCircularBuffer (CircularBufferBase *circularBuffer)
 
- Public Member Functions inherited from ots::WorkLoop
 WorkLoop (std::string name)
 
void startWorkLoop (void)
 
bool stopWorkLoop (void)
 
- Public Member Functions inherited from ots::Configurable
 Configurable (const ConfigurationTree &theXDAQContextConfigTree, const std::string &theConfigurationPath)
 

Protected Member Functions

bool workLoopThread (toolbox::task::WorkLoop *workLoop)
 
void fastRead (void)
 
void slowRead (void)
 
- Protected Member Functions inherited from ots::WorkLoop
const std::string & getWorkLoopName (void)
 

Protected Attributes

std::string * dataP_
 
std::map< std::string,
std::string > * 
headerP_
 
std::string data_
 
std::map< std::string,
std::string > 
header_
 
- Protected Attributes inherited from ots::UDPDataStreamerBase
ReceiverSocket streamToSocket_
 
- Protected Attributes inherited from ots::Socket
struct sockaddr_in socketAddress_
 
int socketNumber_
 
- Protected Attributes inherited from ots::DataProcessor
const std::string supervisorApplicationUID_
 
const std::string bufferUID_
 
const std::string processorUID_
 
CircularBufferBasetheCircularBuffer_
 
- Protected Attributes inherited from ots::WorkLoop
volatile bool continueWorkLoop_
 
- Protected Attributes inherited from ots::Configurable
const ConfigurationTree theXDAQContextConfigTree_
 
const std::string theConfigurationPath_
 

Additional Inherited Members

- Public Types inherited from ots::DataConsumer
enum  ConsumerPriority { LowConsumerPriority, HighConsumerPriority }
 
- Protected Types inherited from ots::Socket
enum  { maxSocketSize_ = 65536 }
 

Detailed Description

Definition at line 15 of file UDPDataStreamerConsumer.h.


The documentation for this class was generated from the following files: