Go to the source code of this file.
Defines | |
#define | PCTRL_CHECK_INITIALIZED() |
#define | Ready4MoveStep 4638 |
Functions | |
bool | m_TranslateError2Diagnosics (std::ostringstream *errorMsg) |
Setup errors for diagnostics. |
#define PCTRL_CHECK_INITIALIZED | ( | ) |
if (isInitialized() == false) \ { \ m_ErrorMessage.assign("Manipulator not initialized."); \ return false; \ }
Definition at line 24 of file PowerCubeCtrl.cpp.
#define Ready4MoveStep 4638 |
Definition at line 31 of file PowerCubeCtrl.cpp.
bool m_TranslateError2Diagnosics | ( | std::ostringstream * | errorMsg | ) |
Setup errors for diagnostics.
Definition at line 1524 of file PowerCubeCtrl.cpp.