#include <Slave.h>
Collaboration diagram for SCTDAL::Slave:
Public Member Functions | |
Slave (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~Slave () |
bool | destroy (::Configuration &conf) |
Destroy object of the Slave class. | |
virtual void | init (bool init_children) |
virtual void | print (unsigned int, bool, std::ostream &) const |
unsigned short | get_id () const |
Get "id" attribute value. | |
unsigned short | id () const |
bool | set_id (unsigned short value) |
Set "id" attribute value. | |
const std::string & | get_ipramFile () const |
Get "ipramFile" attribute value. | |
const std::string & | ipramFile () const |
bool | set_ipramFile (const std::string &value) |
Set "ipramFile" attribute value. | |
const std::string & | get_idramFile () const |
Get "idramFile" attribute value. | |
const std::string & | idramFile () const |
bool | set_idramFile (const std::string &value) |
Set "idramFile" attribute value. | |
const std::string & | get_extFile () const |
Get "extFile" attribute value. | |
const std::string & | extFile () const |
bool | set_extFile (const std::string &value) |
Set "extFile" attribute value. | |
Static Public Member Functions | |
static Slave * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Slave class. | |
Static Public Attributes | |
static const std::string | s_class_name |
Private Member Functions | |
void | check_init () const |
Static Private Member Functions | |
static void | update (::Configuration &conf, const ::ConfigurationChange *change) |
static void | reset (::Configuration &conf, bool re_initialise_obj) |
Private Attributes | |
unsigned short | m_id |
std::string | m_ipramFile |
std::string | m_idramFile |
std::string | m_extFile |
Friends | |
class | ::Configuration |
Definition at line 21 of file Slave.h.
|
Create new object of the Slave class.
|
|
Destroy object of the Slave class.
|
|
Get "extFile" attribute value.
Definition at line 120 of file Slave.h. References check_init(), and m_extFile. Here is the call graph for this function: ![]() |
|
Get "id" attribute value. slave ID Definition at line 80 of file Slave.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
Get "idramFile" attribute value.
Definition at line 107 of file Slave.h. References check_init(), and m_idramFile. Here is the call graph for this function: ![]() |
|
Get "ipramFile" attribute value.
Definition at line 94 of file Slave.h. References check_init(), and m_ipramFile. Here is the call graph for this function: ![]() |
|
Set "extFile" attribute value.
|
|
Set "id" attribute value. slave ID |
|
Set "idramFile" attribute value.
|
|
Set "ipramFile" attribute value.
|