casa
$Rev:20696$
|
Definition of the root of the tree hierarchy. More...
#include <SwitchCyclesList.h>
Public Member Functions | |
vector< Tag > | getSwitchCyclesList () |
Accessor on the array of SwitchCycle identifiers. | |
vector< Tag > | getSwitchCyclesList (BasebandName basebandName) |
Accessor on the array of SwitchCycle identifiers given a named baseband. | |
vector< int > | getNumBin () |
Accessor on the number of steps for the SwitchCycles for every of the dataDesription in the list in configDescription. | |
vector< int > | getNumBin (BasebandName basebandName) |
Accessor on the number of steps for the SwitchCycles given a named basebaband. | |
SwitchCyclesList (const SwitchCyclesList &) | |
Copy constructor. | |
virtual | ~SwitchCyclesList () |
vector< Tag > | getSwitchCyclesList () |
Accessor on the array of SwitchCycle identifiers. | |
vector< Tag > | getSwitchCyclesList (BasebandName basebandName) |
Accessor on the array of SwitchCycle identifiers given a named baseband. | |
vector< int > | getNumBin () |
Accessor on the number of steps for the SwitchCycles for every of the dataDesription in the list in configDescription. | |
vector< int > | getNumBin (BasebandName basebandName) |
Accessor on the number of steps for the SwitchCycles given a named basebaband. | |
SwitchCyclesList (const SwitchCyclesList &) | |
Copy constructor. | |
virtual | ~SwitchCyclesList () |
Protected Member Functions | |
SwitchCyclesList () | |
SwitchCyclesList (ASDM *const datasetPtr, vector< Tag > v_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
SwitchCyclesList (ASDM *const datasetPtr, vector< vector< Tag > > vv_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
SwitchCyclesList (ASDM *const datasetPtr, vector< vector< int > > vv_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
virtual void | mapScToBaseband ()=0 |
SwitchCyclesList defines the abstract base type of a hierarchy. | |
SwitchCyclesList () | |
SwitchCyclesList (ASDM *const datasetPtr, vector< Tag > v_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
SwitchCyclesList (ASDM *const datasetPtr, vector< vector< Tag > > vv_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
SwitchCyclesList (ASDM *const datasetPtr, vector< vector< int > > vv_switchCycleId) | |
Class to define the root of the tree hierarchy. | |
virtual void | mapScToBaseband ()=0 |
SwitchCyclesList defines the abstract base type of a hierarchy. | |
Protected Attributes | |
map< BasebandName, vector< Tag > > | m_bn_v_scId_ |
map< BasebandName, vector< int > > | m_bn_v_numBin_ |
vector< vector< int > > | vv_numBin_ |
vector< int > | v_numBin_ |
ASDM * | datasetPtr_ |
vector< vector< Tag > > | vv_switchCycleId_ |
vector< Tag > | v_switchCycleId_ |
Definition of the root of the tree hierarchy.
Definition at line 16 of file SwitchCyclesList.h.
Copy constructor.
virtual sdmbin::SwitchCyclesList::~SwitchCyclesList | ( | ) | [virtual] |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ) | [protected] |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< Tag > | v_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
v_switchCycleId | An array of switchCycleId identifiers, one per DataDescription. |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< vector< Tag > > | vv_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
vv_switchCycleId | An array of switchCycleId identifiers, one vector per baseband. |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< vector< int > > | vv_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
v_switchCycleId | An array of switchCycleId identifiers, one per baseband. |
Copy constructor.
virtual sdmbin::SwitchCyclesList::~SwitchCyclesList | ( | ) | [virtual] |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ) | [protected] |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< Tag > | v_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
v_switchCycleId | An array of switchCycleId identifiers, one per DataDescription. |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< vector< Tag > > | vv_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
vv_switchCycleId | An array of switchCycleId identifiers, one vector per baseband. |
sdmbin::SwitchCyclesList::SwitchCyclesList | ( | ASDM *const | datasetPtr, |
vector< vector< int > > | vv_switchCycleId | ||
) | [protected] |
Class to define the root of the tree hierarchy.
datasetPtr | A pointer on an ASDM dataset |
v_switchCycleId | An array of switchCycleId identifiers, one per baseband. |
vector<int> sdmbin::SwitchCyclesList::getNumBin | ( | ) |
Accessor on the number of steps for the SwitchCycles for every of the dataDesription in the list in configDescription.
basebandName | baseband name |
vector<int> sdmbin::SwitchCyclesList::getNumBin | ( | ) |
Accessor on the number of steps for the SwitchCycles for every of the dataDesription in the list in configDescription.
basebandName | baseband name |
vector<int> sdmbin::SwitchCyclesList::getNumBin | ( | BasebandName | basebandName | ) |
Accessor on the number of steps for the SwitchCycles given a named basebaband.
basebandName | baseband name |
vector<int> sdmbin::SwitchCyclesList::getNumBin | ( | BasebandName | basebandName | ) |
Accessor on the number of steps for the SwitchCycles given a named basebaband.
basebandName | baseband name |
vector<Tag> sdmbin::SwitchCyclesList::getSwitchCyclesList | ( | ) |
Accessor on the array of SwitchCycle identifiers.
vector<Tag> sdmbin::SwitchCyclesList::getSwitchCyclesList | ( | ) |
Accessor on the array of SwitchCycle identifiers.
vector<Tag> sdmbin::SwitchCyclesList::getSwitchCyclesList | ( | BasebandName | basebandName | ) |
Accessor on the array of SwitchCycle identifiers given a named baseband.
vector<Tag> sdmbin::SwitchCyclesList::getSwitchCyclesList | ( | BasebandName | basebandName | ) |
Accessor on the array of SwitchCycle identifiers given a named baseband.
virtual void sdmbin::SwitchCyclesList::mapScToBaseband | ( | ) | [protected, pure virtual] |
SwitchCyclesList defines the abstract base type of a hierarchy.
Implemented in sdmbin::DataDescriptionsSet, and sdmbin::DataDescriptionsSet.
virtual void sdmbin::SwitchCyclesList::mapScToBaseband | ( | ) | [protected, pure virtual] |
SwitchCyclesList defines the abstract base type of a hierarchy.
Implemented in sdmbin::DataDescriptionsSet, and sdmbin::DataDescriptionsSet.
ASDM * sdmbin::SwitchCyclesList::datasetPtr_ [protected] |
Definition at line 58 of file SwitchCyclesList.h.
map< BasebandName, vector< int > > sdmbin::SwitchCyclesList::m_bn_v_numBin_ [protected] |
Definition at line 55 of file SwitchCyclesList.h.
map< BasebandName, vector< Tag > > sdmbin::SwitchCyclesList::m_bn_v_scId_ [protected] |
Definition at line 54 of file SwitchCyclesList.h.
vector< int > sdmbin::SwitchCyclesList::v_numBin_ [protected] |
Definition at line 57 of file SwitchCyclesList.h.
Referenced by sdmbin::DataDescriptionsSet::numBin().
vector< Tag > sdmbin::SwitchCyclesList::v_switchCycleId_ [protected] |
Definition at line 103 of file SwitchCyclesList.h.
vector< vector< int > > sdmbin::SwitchCyclesList::vv_numBin_ [protected] |
Definition at line 56 of file SwitchCyclesList.h.
vector< vector< Tag > > sdmbin::SwitchCyclesList::vv_switchCycleId_ [protected] |
Definition at line 102 of file SwitchCyclesList.h.