17 #ifndef SDF_PARSER_HH_ 18 #define SDF_PARSER_HH_ 23 #include "sdf/sdf_config.h" 39 inline namespace SDF_VERSION_NAMESPACE {
146 bool convertFile(
const std::string &_filename,
const std::string &_version,
156 const std::string &_version,
SDFPtr _sdf);
SDFORMAT_VISIBLE bool convertString(const std::string &_sdfString, const std::string &_version, SDFPtr _sdf)
Convert an SDF string to a specific SDF version.
SDFORMAT_VISIBLE bool readString(const std::string &_xmlString, ElementPtr _sdf)
Populate the SDF values from a string.
std::shared_ptr< Element > ElementPtr
Definition: Element.hh:51
SDFORMAT_VISIBLE bool convertFile(const std::string &_filename, const std::string &_version, SDFPtr _sdf)
Convert an SDF file to a specific SDF version.
std::vector< Error > Errors
A vector of Error.
Definition: Types.hh:74
SDFORMAT_VISIBLE bool readFile(const std::string &_filename, SDFPtr _sdf)
Populate the SDF values from a file.
SDFORMAT_VISIBLE std::string getModelFilePath(const std::string &_modelDirPath)
Get the file path to the model file.
#define SDFORMAT_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system_util.hh:48
std::shared_ptr< SDF > SDFPtr
Definition: SDFImpl.hh:50
SDFORMAT_VISIBLE bool initString(const std::string &_xmlString, SDFPtr _sdf)
Initialize the SDF interface using a string.
SDFORMAT_VISIBLE bool initFile(const std::string &_filename, ElementPtr _sdf)
Initialize an SDFElement interface using a file.
namespace for Simulation Description Format parser
Definition: AirPressure.hh:25
SDFORMAT_VISIBLE bool init(SDFPtr _sdf)
Init based on the installed sdf_format.xml file.
SDFORMAT_VISIBLE void addNestedModel(ElementPtr _sdf, ElementPtr _includeSDF)