CARMA C++
|
The purpose of the PhaseSwitchColumnEntry class is to present an abstract representation of phase switch column information and the ability to perform checks and creation of such entries. More...
#include <carma/util/PhaseSwitchColumnEntry.h>
Public Member Functions | |
void | compactEngColumn (short columnId) |
PhaseSwitchColumnEntry * | createColumn (short psStepLength, short columnNum) throw ( carma::util::BaseException ) |
unsigned char * | getColumn () |
unsigned char | getCRC () |
PhaseSwitchColumnEntry (unsigned char *columnData) throw ( carma::util::BaseException ) | |
The purpose of the PhaseSwitchColumnEntry class is to present an abstract representation of phase switch column information and the ability to perform checks and creation of such entries.
This class is currently not thread safe.
Definition at line 49 of file PhaseSwitchColumnEntry.h.