#include <LdmrsSectorChangeApp.hpp>
Public Member Functions | |
LdmrsSectorChangeApp (Manager *manager) | |
virtual | ~LdmrsSectorChangeApp () |
Protected Member Functions | |
void | setData (BasicData &data) |
Private Member Functions | |
bool | changeAngularResolutionType (devices::AngularResolutionType type) |
bool | changeFlexResConfiguration (const ScannerInfo::ResolutionMap &configuredRM) |
void | changeThreadFunction (bool &endThread, UINT16 &waitTimeMs) |
void | checkResolution (Scan &scan) |
bool | readDetailedErrorCode (UINT32 *code=NULL) |
Private Attributes | |
bool | m_beVerbose |
SickThread < LdmrsSectorChangeApp,&LdmrsSectorChangeApp::changeThreadFunction > | m_changeThread |
ScannerInfo::ResolutionMap | m_lastMeasuredSector |
Manager * | m_manager |
Definition at line 19 of file LdmrsSectorChangeApp.hpp.
Definition at line 32 of file LdmrsSectorChangeApp.cpp.
application::LdmrsSectorChangeApp::~LdmrsSectorChangeApp | ( | ) | [virtual] |
Definition at line 49 of file LdmrsSectorChangeApp.cpp.
bool application::LdmrsSectorChangeApp::changeAngularResolutionType | ( | devices::AngularResolutionType | type | ) | [private] |
Definition at line 295 of file LdmrsSectorChangeApp.cpp.
bool application::LdmrsSectorChangeApp::changeFlexResConfiguration | ( | const ScannerInfo::ResolutionMap & | configuredRM | ) | [private] |
Definition at line 252 of file LdmrsSectorChangeApp.cpp.
void application::LdmrsSectorChangeApp::changeThreadFunction | ( | bool & | endThread, |
UINT16 & | waitTimeMs | ||
) | [private] |
Definition at line 318 of file LdmrsSectorChangeApp.cpp.
void application::LdmrsSectorChangeApp::checkResolution | ( | Scan & | scan | ) | [private] |
Definition at line 99 of file LdmrsSectorChangeApp.cpp.
bool application::LdmrsSectorChangeApp::readDetailedErrorCode | ( | UINT32 * | code = NULL | ) | [private] |
Definition at line 199 of file LdmrsSectorChangeApp.cpp.
void application::LdmrsSectorChangeApp::setData | ( | BasicData & | data | ) | [protected, virtual] |
Implements application::BasicApplication.
Definition at line 163 of file LdmrsSectorChangeApp.cpp.
bool application::LdmrsSectorChangeApp::m_beVerbose [private] |
Reimplemented from application::BasicApplication.
Definition at line 36 of file LdmrsSectorChangeApp.hpp.
SickThread<LdmrsSectorChangeApp, &LdmrsSectorChangeApp::changeThreadFunction> application::LdmrsSectorChangeApp::m_changeThread [private] |
Definition at line 39 of file LdmrsSectorChangeApp.hpp.
Definition at line 38 of file LdmrsSectorChangeApp.hpp.
Definition at line 37 of file LdmrsSectorChangeApp.hpp.