|
RcuConf::CommandCoder Class Reference |
Public Member Functions | |
CommandCoder () | |
virtual | ~CommandCoder () |
virtual int | createDataBlock (char *target, int tag) |
virtual long int * | getDataBlock () |
virtual std::vector< std::string > | getError () |
Protected Member Functions | |
void | init () |
bool | readConfig () |
Protected Attributes | |
RcuDb::Server * | fServer |
Rcuxx::Rcu * | fRcuxx |
Rcuxx::Bc * | fBcxx |
Rcuxx::Altro * | fAltroxx |
Rcu * | fRcu |
Bc * | fBc |
Altro * | fAltro |
Configurator * | fConfigurator |
int | fRet |
std::vector< std::string > | fErrors |
std::string | fDbUrl |
std::string | fRcuUrl |
bool | fVerbose |
bool | fDebug |
bool | fInit |
std::string | fDetector |
|
Constructor.
Definition at line 80 of file CommandCoder.cxx. |
|
Destructor.
Definition at line 83 of file CommandCoder.h. |
|
Create a data block.
Implements CommandCoderBase. Definition at line 194 of file CommandCoder.cxx. References RcuConf::Configurator::ErrorString(), fConfigurator, fErrors, fRet, fVerbose, init(), and RcuConf::Configurator::Write(). |
|
Get the command block.
Implements CommandCoderBase. Definition at line 241 of file CommandCoder.cxx. References fConfigurator, fDebug, fVerbose, RcuConf::Rcu::GetBlock(), and RcuConf::Configurator::RCU(). |
|
Get list of error strings.
Implements CommandCoderBase. Definition at line 100 of file CommandCoder.h. References fErrors. |
|
initialize the command coder
Definition at line 104 of file CommandCoder.cxx. References fAltro, fAltroxx, fBc, fBcxx, fConfigurator, fDbUrl, fDebug, fDetector, fInit, fRcu, fRcuUrl, fRcuxx, fServer, readConfig(), and RcuConf::Configurator::SetDebug(). Referenced by createDataBlock(). |
|
Read configuration file.
Definition at line 140 of file CommandCoder.cxx. References fDbUrl, fDebug, fDetector, fRcuUrl, and fVerbose. Referenced by init(). |
|
Altro component.
Definition at line 120 of file CommandCoder.h. Referenced by init(). |
|
Rcu++ ALTRO connection.
Definition at line 114 of file CommandCoder.h. Referenced by init(). |
|
Definition at line 118 of file CommandCoder.h. Referenced by init(). |
|
Rcu++ BC connection.
Definition at line 112 of file CommandCoder.h. Referenced by init(). |
|
Definition at line 122 of file CommandCoder.h. Referenced by createDataBlock(), getDataBlock(), and init(). |
|
Database url.
Definition at line 128 of file CommandCoder.h. Referenced by CommandCoder(), init(), and readConfig(). |
|
Debug.
Definition at line 134 of file CommandCoder.h. Referenced by getDataBlock(), init(), and readConfig(). |
|
Detector.
Definition at line 138 of file CommandCoder.h. Referenced by init(), and readConfig(). |
|
Error strings.
Definition at line 126 of file CommandCoder.h. Referenced by createDataBlock(), and getError(). |
|
Whether we've been initialized.
Definition at line 136 of file CommandCoder.h. Referenced by init(). |
|
Rcu component.
Definition at line 116 of file CommandCoder.h. Referenced by init(). |
|
RCU url.
Definition at line 130 of file CommandCoder.h. Referenced by CommandCoder(), init(), and readConfig(). |
|
Rcu++ Rcu connection.
Definition at line 110 of file CommandCoder.h. Referenced by init(). |
|
Return value.
Definition at line 124 of file CommandCoder.h. Referenced by createDataBlock(). |
|
Database server.
Definition at line 108 of file CommandCoder.h. Referenced by init(). |
|
Verbosity.
Definition at line 132 of file CommandCoder.h. Referenced by CommandCoder(), createDataBlock(), getDataBlock(), and readConfig(). |
Top of page | Last update Fri Apr 27 01:54:16 2007 |
Copyright © 2004 Christian Holm | Created by DoxyGen 1.3.5 |