#include <RocClusterApplication.h>
Public Member Functions | |
RocClusterApplication () | |
virtual int | ExecuteCommand (dabc::Command *cmd) |
virtual bool | CreateAppModules () |
virtual bool | BeforeAppModulesStarted () |
virtual bool | AfterAppModulesStopped () |
virtual bool | BeforeAppModulesDestroyed () |
Protected Attributes | |
std::string | fDLMDev |
Definition at line 21 of file RocClusterApplication.h.
bnet::RocClusterApplication::RocClusterApplication | ( | ) |
Definition at line 10 of file RocClusterApplication.cxx.
References fDLMDev.
bool bnet::RocClusterApplication::AfterAppModulesStopped | ( | ) | [virtual] |
Definition at line 72 of file RocClusterApplication.cxx.
References fDLMDev.
bool bnet::RocClusterApplication::BeforeAppModulesDestroyed | ( | ) | [virtual] |
Definition at line 82 of file RocClusterApplication.cxx.
References fDLMDev.
bool bnet::RocClusterApplication::BeforeAppModulesStarted | ( | ) | [virtual] |
Definition at line 61 of file RocClusterApplication.cxx.
References fDLMDev.
bool bnet::RocClusterApplication::CreateAppModules | ( | ) | [virtual] |
Definition at line 40 of file RocClusterApplication.cxx.
References fDLMDev, roc::typeAbbDevice, and roc::xmlUseDLM.
int bnet::RocClusterApplication::ExecuteCommand | ( | dabc::Command * | cmd | ) | [virtual] |
Definition at line 18 of file RocClusterApplication.cxx.
References roc::CmdCalibration::FlagName().
std::string bnet::RocClusterApplication::fDLMDev [protected] |
Definition at line 24 of file RocClusterApplication.h.
Referenced by AfterAppModulesStopped(), BeforeAppModulesDestroyed(), BeforeAppModulesStarted(), CreateAppModules(), and RocClusterApplication().