FACT++  1.0
SubscriptionType Struct Reference

Dim subscription type. Stores all the relevant info to handle a Dim subscription. More...

+ Collaboration diagram for SubscriptionType:

Public Member Functions

 SubscriptionType ()
 Dim info constructor. More...
 
 ~SubscriptionType ()
 default destructor More...
 

Public Attributes

string server
 the server More...
 
string service
 the service More...
 
shared_ptr< ConverterfConv
 the converter for outputting the data according to the format More...
 
string format
 the original format string. So that we can check if format is changing over time More...
 
int32_t runNumber
 the current run number used by this subscription More...
 
Time lastReceivedEvent
 time of the latest received event More...
 
bool fitsBufferAllocated
 whether or not the fits buffer was allocated already More...
 
unsigned int index
 
unsigned int increment
 counter to know if format has changed during operations More...
 

Detailed Description

Dim subscription type. Stores all the relevant info to handle a Dim subscription.

Definition at line 126 of file datalogger.cc.


The documentation for this struct was generated from the following file: