ots::ViewRegisterSequencerInfo Class Reference
List of all members.
Public Member Functions |
| ViewRegisterSequencerInfo (std::string componentName, std::string registerName, int registerValue, int sequenceNumber, std::string state) |
void | setState (std::string state, std::pair< int, int > valueSequencePair) |
const std::string & | getComponentName (void) const |
const std::string & | getRegisterName (void) const |
const std::string & | getState (void) const |
const std::pair< int, int > & | getValueSequencePair (void) const |
const std::pair< int, int > & | getInitialize (void) const |
const std::pair< int, int > & | getConfiguration (void) const |
const std::pair< int, int > & | getStart (void) const |
const std::pair< int, int > & | getHalt (void) const |
const std::pair< int, int > & | getPause (void) const |
const std::pair< int, int > & | getResume (void) const |
const int | getNumberOfColumns (void) const |
Protected Attributes |
std::string | componentName_ |
std::string | registerName_ |
std::string | state_ |
std::pair< int, int > | valueSequencePair_ |
std::pair< int, int > | initializeState_ |
std::pair< int, int > | configurationState_ |
std::pair< int, int > | startState_ |
std::pair< int, int > | haltState_ |
std::pair< int, int > | pauseState_ |
std::pair< int, int > | resumeState_ |
Detailed Description
Definition at line 14 of file ViewRegisterSequencerInfo.h.
The documentation for this class was generated from the following files: