|
|
#include "XMLScenarioParser.h"#include <ctime>#include <filesystem>#include <fstream>#include <iomanip>#include <iostream>#include <string>#include <vector>#include <ArmarXCore/core/application/properties/PropertyDefinitionConfigFormatter.h>#include <ArmarXCore/core/application/properties/PropertyDefinitionContainerFormatter.h>#include <ArmarXCore/core/application/properties/PropertyDefinitionFormatter.h>#include <ArmarXCore/core/logging/Logging.h>#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlReader.h>#include <ArmarXCore/core/rapidxml/wrapper/RapidXmlWriter.h>#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>#include <ArmarXCore/util/CPPUtility/filesystem.h>#include "../data_structure/Application.h"#include "../data_structure/ApplicationInstance.h"#include "StringUtil.hpp"
Include dependency graph for XMLScenarioParser.cpp:Go to the source code of this file.
Macros | |
| #define | SCENARIOMIMETYPE ".scx" |
Functions | |
| std::string | currentDateTime () |
| template<class T > | |
| std::string | formatTTime (T chronotp) |
| #define SCENARIOMIMETYPE ".scx" |
Definition at line 49 of file XMLScenarioParser.cpp.
| std::string currentDateTime | ( | ) |
| std::string formatTTime | ( | T | chronotp | ) |
Definition at line 72 of file XMLScenarioParser.cpp.