#include <NDPosPluginFileReader.h>
NDPosPluginFileReader::NDPosPluginFileReader |
( |
| ) |
|
NDPosPluginFileReader::~NDPosPluginFileReader |
( |
| ) |
|
|
virtual |
asynStatus NDPosPluginFileReader::addDimension |
( |
| ) |
|
asynStatus NDPosPluginFileReader::addPosition |
( |
| ) |
|
asynStatus NDPosPluginFileReader::clearPositions |
( |
| ) |
|
std::string NDPosPluginFileReader::getErrorMsg |
( |
| ) |
|
asynStatus NDPosPluginFileReader::loadXML |
( |
const std::string & |
filename | ) |
|
asynStatus NDPosPluginFileReader::processNode |
( |
| ) |
|
std::vector< std::string > NDPosPluginFileReader::readDimensions |
( |
| ) |
|
std::vector< std::map< std::string, double > > NDPosPluginFileReader::readPositions |
( |
| ) |
|
void NDPosPluginFileReader::setErrorMsg |
( |
const std::string & |
msg | ) |
|
|
protected |
asynStatus NDPosPluginFileReader::validateXML |
( |
const std::string & |
filename | ) |
|
const std::string NDPosPluginFileReader::DIMENSION_NAME = "name" |
|
static |
const std::string NDPosPluginFileReader::ELEMENT_DIMENSION = "dimension" |
|
static |
const std::string NDPosPluginFileReader::ELEMENT_DIMENSIONS = "dimensions" |
|
static |
const std::string NDPosPluginFileReader::ELEMENT_NAME = "name" |
|
static |
const std::string NDPosPluginFileReader::ELEMENT_POSITION = "position" |
|
static |
const std::string NDPosPluginFileReader::ELEMENT_POSITIONS = "positions" |
|
static |
The documentation for this class was generated from the following files: