FACT++
1.0
|
Dim subscription type. Stores all the relevant info to handle a Dim subscription. More...
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< Converter > | fConv |
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... | |
Dim subscription type. Stores all the relevant info to handle a Dim subscription.
Definition at line 126 of file datalogger.cc.