This class stores the information about the rolling multiplexing manager that the instantiation file contains. More...
#include <ParserElements.h>
Public Member Functions | |
RollingMultiplexingElement (int32_t depth, const std::string base) | |
constructor | |
~RollingMultiplexingElement () | |
destructor | |
int32_t | getDepth () |
return the depth of the multiplexing manager | |
std::string | getBase () |
returns the base of the multiplexing manager | |
Protected Attributes | |
int32_t | depth_ |
depth of the multiplexing manager | |
std::string | base_ |
base for the multiplexing manager. This value is lab-dependent |
This class stores the information about the rolling multiplexing manager that the instantiation file contains.
Definition at line 21 of file ParserElements.h.
fesa::RollingMultiplexingElement::RollingMultiplexingElement | ( | int32_t | depth, | |
const std::string | base | |||
) |
constructor
depth | of the multiplexing manager | |
base | for the multiplexing manager. This value is lab-dependent |
Definition at line 10 of file ParserElements.cpp.
fesa::RollingMultiplexingElement::~RollingMultiplexingElement | ( | ) |
destructor
Definition at line 16 of file ParserElements.cpp.
std::string fesa::RollingMultiplexingElement::getBase | ( | ) |
returns the base of the multiplexing manager
Definition at line 25 of file ParserElements.cpp.
References base_.
int32_t fesa::RollingMultiplexingElement::getDepth | ( | ) |
return the depth of the multiplexing manager
Definition at line 20 of file ParserElements.cpp.
References depth_.
std::string fesa::RollingMultiplexingElement::base_ [protected] |
base for the multiplexing manager. This value is lab-dependent
Definition at line 58 of file ParserElements.h.
Referenced by getBase().
int32_t fesa::RollingMultiplexingElement::depth_ [protected] |
depth of the multiplexing manager
Definition at line 53 of file ParserElements.h.
Referenced by getDepth().