#include <Channel.h>
Public Member Functions | |
Channel (::Configuration &conf,::ConfigObject &obj) | |
virtual | ~Channel () |
bool | destroy (::Configuration &conf) |
Destroy object of the Channel 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. | |
unsigned short | get_outputCurrent () const |
Get "outputCurrent" attribute value. | |
unsigned short | outputCurrent () const |
bool | set_outputCurrent (unsigned short value) |
Set "outputCurrent" attribute value. | |
unsigned short | get_outputDelay () const |
Get "outputDelay" attribute value. | |
unsigned short | outputDelay () const |
bool | set_outputDelay (unsigned short value) |
Set "outputDelay" attribute value. | |
unsigned short | get_outputMarkSpace () const |
Get "outputMarkSpace" attribute value. | |
unsigned short | outputMarkSpace () const |
bool | set_outputMarkSpace (unsigned short value) |
Set "outputMarkSpace" attribute value. | |
unsigned short | get_stream0Threshold () const |
Get "stream0Threshold" attribute value. | |
unsigned short | stream0Threshold () const |
bool | set_stream0Threshold (unsigned short value) |
Set "stream0Threshold" attribute value. | |
unsigned short | get_stream0Delay () const |
Get "stream0Delay" attribute value. | |
unsigned short | stream0Delay () const |
bool | set_stream0Delay (unsigned short value) |
Set "stream0Delay" attribute value. | |
unsigned short | get_stream0ErrMask () const |
Get "stream0ErrMask" attribute value. | |
unsigned short | stream0ErrMask () const |
bool | set_stream0ErrMask (unsigned short value) |
Set "stream0ErrMask" attribute value. | |
unsigned short | get_stream1Threshold () const |
Get "stream1Threshold" attribute value. | |
unsigned short | stream1Threshold () const |
bool | set_stream1Threshold (unsigned short value) |
Set "stream1Threshold" attribute value. | |
unsigned short | get_stream1Delay () const |
Get "stream1Delay" attribute value. | |
unsigned short | stream1Delay () const |
bool | set_stream1Delay (unsigned short value) |
Set "stream1Delay" attribute value. | |
unsigned short | get_stream1ErrMask () const |
Get "stream1ErrMask" attribute value. | |
unsigned short | stream1ErrMask () const |
bool | set_stream1ErrMask (unsigned short value) |
Set "stream1ErrMask" attribute value. | |
unsigned short | get_outputFibre () const |
Get "outputFibre" attribute value. | |
unsigned short | outputFibre () const |
bool | set_outputFibre (unsigned short value) |
Set "outputFibre" attribute value. | |
unsigned short | get_stream0Fibre () const |
Get "stream0Fibre" attribute value. | |
unsigned short | stream0Fibre () const |
bool | set_stream0Fibre (unsigned short value) |
Set "stream0Fibre" attribute value. | |
unsigned short | get_stream1Fibre () const |
Get "stream1Fibre" attribute value. | |
unsigned short | stream1Fibre () const |
bool | set_stream1Fibre (unsigned short value) |
Set "stream1Fibre" attribute value. | |
Static Public Member Functions | |
static Channel * | create (::Configuration &conf, const std::string &id="") |
Create new object of the Channel 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 |
unsigned short | m_outputCurrent |
unsigned short | m_outputDelay |
unsigned short | m_outputMarkSpace |
unsigned short | m_stream0Threshold |
unsigned short | m_stream0Delay |
unsigned short | m_stream0ErrMask |
unsigned short | m_stream1Threshold |
unsigned short | m_stream1Delay |
unsigned short | m_stream1ErrMask |
unsigned short | m_outputFibre |
unsigned short | m_stream0Fibre |
unsigned short | m_stream1Fibre |
Friends | |
class | ::Configuration |
Definition at line 21 of file Channel.h.
|
Create new object of the Channel class.
|
|
Destroy object of the Channel class.
|
|
Get "id" attribute value.
Definition at line 88 of file Channel.h. References check_init(), and m_id. Here is the call graph for this function: ![]() |
|
Get "outputCurrent" attribute value.
Definition at line 101 of file Channel.h. References check_init(), and m_outputCurrent. Here is the call graph for this function: ![]() |
|
Get "outputDelay" attribute value.
Definition at line 114 of file Channel.h. References check_init(), and m_outputDelay. Here is the call graph for this function: ![]() |
|
Get "outputFibre" attribute value.
Definition at line 218 of file Channel.h. References check_init(), and m_outputFibre. Here is the call graph for this function: ![]() |
|
Get "outputMarkSpace" attribute value.
Definition at line 127 of file Channel.h. References check_init(), and m_outputMarkSpace. Here is the call graph for this function: ![]() |
|
Get "stream0Delay" attribute value.
Definition at line 153 of file Channel.h. References check_init(), and m_stream0Delay. Here is the call graph for this function: ![]() |
|
Get "stream0ErrMask" attribute value.
Definition at line 166 of file Channel.h. References check_init(), and m_stream0ErrMask. Here is the call graph for this function: ![]() |
|
Get "stream0Fibre" attribute value.
Definition at line 231 of file Channel.h. References check_init(), and m_stream0Fibre. Here is the call graph for this function: ![]() |
|
Get "stream0Threshold" attribute value.
Definition at line 140 of file Channel.h. References check_init(), and m_stream0Threshold. Here is the call graph for this function: ![]() |
|
Get "stream1Delay" attribute value.
Definition at line 192 of file Channel.h. References check_init(), and m_stream1Delay. Here is the call graph for this function: ![]() |
|
Get "stream1ErrMask" attribute value.
Definition at line 205 of file Channel.h. References check_init(), and m_stream1ErrMask. Here is the call graph for this function: ![]() |
|
Get "stream1Fibre" attribute value.
Definition at line 244 of file Channel.h. References check_init(), and m_stream1Fibre. Here is the call graph for this function: ![]() |
|
Get "stream1Threshold" attribute value.
Definition at line 179 of file Channel.h. References check_init(), and m_stream1Threshold. Here is the call graph for this function: ![]() |
|
Set "id" attribute value.
|
|
Set "outputCurrent" attribute value.
|
|
Set "outputDelay" attribute value.
|
|
Set "outputFibre" attribute value.
|
|
Set "outputMarkSpace" attribute value.
|
|
Set "stream0Delay" attribute value.
|
|
Set "stream0ErrMask" attribute value.
|
|
Set "stream0Fibre" attribute value.
|
|
Set "stream0Threshold" attribute value.
|
|
Set "stream1Delay" attribute value.
|
|
Set "stream1ErrMask" attribute value.
|
|
Set "stream1Fibre" attribute value.
|
|
Set "stream1Threshold" attribute value.
|