parses a workcell from the xml fileformat into a dummmy workcell representation.
More...
#include <XMLRWParser.hpp>
|
static std::shared_ptr< DummyWorkcell > | parseWorkcell (const std::string &filename) |
| parse a workcell from a filename More...
|
|
static std::shared_ptr< DummyWorkcell > | parseWorkcell (std::shared_ptr< std::vector< char >> &data, std::shared_ptr< std::vector< std::pair< size_t, boost::spirit::classic::file_position >>> &filemap) |
| parse a workcell from a vector of char data and a file pos map More...
|
|
parses a workcell from the xml fileformat into a dummmy workcell representation.
◆ parseWorkcell() [1/2]
static std::shared_ptr<DummyWorkcell> parseWorkcell |
( |
const std::string & |
filename | ) |
|
|
static |
parse a workcell from a filename
- Parameters
-
- Returns
- dummy representation of a workcell
◆ parseWorkcell() [2/2]
static std::shared_ptr<DummyWorkcell> parseWorkcell |
( |
std::shared_ptr< std::vector< char >> & |
data, |
|
|
std::shared_ptr< std::vector< std::pair< size_t, boost::spirit::classic::file_position >>> & |
filemap |
|
) |
| |
|
static |
parse a workcell from a vector of char data and a file pos map
- Parameters
-
- Returns
- dummy representation of a workcell
The documentation for this class was generated from the following file: