30#include <boost/property_tree/ptree.hpp>
32#include "trax/Configuration.h"
45 dclspc
void ReadMaterial(
const boost::property_tree::ptree& pt, Material& material )
noexcept;
46 dclspc
void ReadTrackJointLimits(
const boost::property_tree::ptree& pt, TrackJointLimits& wfl )
noexcept;
47 dclspc
void ReadWheelset(
const boost::property_tree::ptree& pt, Wheelset& wheelset )
noexcept;
48 dclspc
void ReadTractionForceCharacteristic(
const boost::property_tree::ptree& pt, TractionForceCharacteristic& tractionForceCharacteristic )
noexcept;
ptree operator support
Definition CommonSupportXML.h:42
Namespace of all the trax track libraries classes and methods.
Definition Collection.h:17
The maximum forces and spatial deviations of a WheelFrame used by physics calculations.
Definition TrackJointLimits.h:38
Function that defines the characteristic behaviour of a motor to change its maximum available trackti...
Definition TractionForceCharacteristic.h:59
Describing data of a wheelset.
Definition Wheelset.h:40