|
CbmRoot
|
#include "FairMQDevice.h"Go to the source code of this file.
Namespaces | |
| namespace | cbm |
| namespace | cbm::mq |
Enumerations | |
| enum class | cbm::mq::Transition : int { cbm::mq::Idle , cbm::mq::DeviceReady , cbm::mq::Ready , cbm::mq::Stop , cbm::mq::End , cbm::mq::ErrorFound } |
| enum class | cbm::mq::State : int { cbm::mq::Running } |
Functions | |
| void | cbm::mq::ChangeState (FairMQDevice *device, cbm::mq::Transition transition) |
| void | cbm::mq::LogState (FairMQDevice *device) |
| bool | cbm::mq::CheckCurrentState (FairMQDevice *device, cbm::mq::State state) |