ldas-tools-ldasgen
2.5.5
|
The class managing the collection of raw data. More...
#include <Status.hh>
Public Types | |
typedef size_t | frequency_type |
typedef size_t | queue_length_type |
typedef LDASTools::AL::SharedPtr < MonitorInterface > | monitor_type |
Public Member Functions | |
Recorder () | |
Default constructor. More... | |
Static Public Member Functions | |
static void | Add (monitor_type M) |
Add a monitor to the recorder. More... | |
The class managing the collection of raw data.
typedef size_t GenericAPI::Status::Recorder::frequency_type |
typedef LDASTools::AL::SharedPtr< MonitorInterface > GenericAPI::Status::Recorder::monitor_type |
typedef size_t GenericAPI::Status::Recorder::queue_length_type |
GenericAPI::Status::Recorder::Recorder | ( | ) |
Default constructor.
|
static |
Add a monitor to the recorder.
[in] | M | Reference to the monitor. |