#include <string>
#include <vector>
#include <functional>
#include <map>
#include <memory>
#include <boost/property_tree/ptree.hpp>
#include "pilz_industrial_motion_testutils/testdata_loader.h"
Go to the source code of this file.
Classes | |
class | pilz_industrial_motion_testutils::XmlTestdataLoader::AbstractCmdGetterAdapter |
Abstract base class providing a GENERIC getter-function signature which can be used to load DIFFERENT command types (like Ptp, Lin, etc.) from the test data file. More... | |
class | pilz_industrial_motion_testutils::XmlTestdataLoader |
Implements a test data loader which uses a xml file to store the test data. More... | |
Namespaces | |
pilz_industrial_motion_testutils | |
Typedefs | |
using | pilz_industrial_motion_testutils::XmlTestDataLoaderUPtr = std::unique_ptr< TestdataLoader > |