![]() |
Scanframe Modular Application 0.1.0
|
Structure to hold and compare approach positions. More...
#include <DefaultScanBinder.h>
Public Member Functions | |
TPosition () | |
TPosition (const TPosition &p) | |
bool | isEqual (const TPosition &p) const |
bool | operator== (const TPosition &p) const |
bool | operator!= (const TPosition &p) const |
std::string | toString () const |
void | fromString (const std::string &s) |
Public Attributes | |
bool | Enabled |
Holds the enabled flag. | |
std::string | Name |
Name of the position. | |
EPositionSource | Source |
Uses axis information of source. | |
gmi::AxesCoord | Coord |
Coordinate when not using a source. | |
Structure to hold and compare approach positions.
|
inline |
|
inline |
void sf::TDefaultScanBinder::TPosition::fromString | ( | const std::string & | s | ) |
|
inline |
|
inline |
|
inline |
std::string sf::TDefaultScanBinder::TPosition::toString | ( | ) | const |
gmi::AxesCoord sf::TDefaultScanBinder::TPosition::Coord |
Coordinate when not using a source.
bool sf::TDefaultScanBinder::TPosition::Enabled |
Holds the enabled flag.
std::string sf::TDefaultScanBinder::TPosition::Name |
Name of the position.
EPositionSource sf::TDefaultScanBinder::TPosition::Source |
Uses axis information of source.