11 #ifndef CARMA_UTIL_PHASESWITCHTABLE_H
12 #define CARMA_UTIL_PHASESWITCHTABLE_H
69 std::vector<bool> getColumn(
int columnId);
75 bool getState(
int columnId,
int rowId);
82 void setState(
int columnId,
int rowId,
bool state);
86 std::string toString(
bool header =
true);
92 std::vector<bool>** psData_;
93 void checkRowCol(
int row,
int col);
99 #endif // CARMA_UTIL_PHASESWITCHTABLE_H
The PhaseSwitchTable class provides a generic way of reading, writing and retreiving specific PhaseSw...