otsdaq
v2_00_00
|
Public Member Functions | |
ControlsVInterface (const std::string &interfaceUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath) | |
virtual void | initialize ()=0 |
virtual void | subscribe (std::string Name)=0 |
virtual void | subscribeJSON (std::string List)=0 |
virtual void | unsubscribe (std::string Name)=0 |
virtual std::string | getList (std::string format)=0 |
virtual std::array < std::string, 4 > | getCurrentValue (std::string Name)=0 |
virtual std::array < std::string, 9 > | getSettings (std::string Name)=0 |
![]() | |
Configurable (const ConfigurationTree &theXDAQContextConfigTree, const std::string &theConfigurationPath) | |
ConfigurationTree | getSelfNode () const |
const ConfigurationManager * | getConfigurationManager () const |
const std::string & | getContextUID () const |
const std::string & | getApplicationUID () const |
unsigned int | getApplicationLID () const |
std::string | getContextAddress () const |
unsigned int | getContextPort () const |
Protected Attributes | |
std::string | interfaceUID_ |
std::string | interfaceType_ |
![]() | |
const ConfigurationTree | theXDAQContextConfigTree_ |
const std::string | theConfigurationPath_ |
const std::string | theConfigurationRecordName_ |
Definition at line 11 of file ControlsVInterface.h.