fesa::RollingMultiplexingElement Class Reference

This class stores the information about the rolling multiplexing manager that the instantiation file contains. More...

#include <ParserElements.h>

List of all members.

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

Detailed Description

This class stores the information about the rolling multiplexing manager that the instantiation file contains.

Definition at line 21 of file ParserElements.h.


Constructor & Destructor Documentation

fesa::RollingMultiplexingElement::RollingMultiplexingElement ( int32_t  depth,
const std::string  base 
)

constructor

Parameters:
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.


Member Function Documentation

std::string fesa::RollingMultiplexingElement::getBase (  ) 

returns the base of the multiplexing manager

Returns:
the base

Definition at line 25 of file ParserElements.cpp.

References base_.

int32_t fesa::RollingMultiplexingElement::getDepth (  ) 

return the depth of the multiplexing manager

Returns:
the depth

Definition at line 20 of file ParserElements.cpp.

References depth_.


Member Data Documentation

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().

depth of the multiplexing manager

Definition at line 53 of file ParserElements.h.

Referenced by getDepth().


The documentation for this class was generated from the following files:

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1