18 #ifndef GZ_SIM_SYSTEMS_KINETIC_ENERGY_MONITOR_HH_
19 #define GZ_SIM_SYSTEMS_KINETIC_ENERGY_MONITOR_HH_
22 #include <gz/sim/config.hh>
23 #include <gz/sim/Export.hh>
31 inline namespace GZ_SIM_VERSION_NAMESPACE {
35 class KineticEnergyMonitorPrivate;
112 public:
void Configure(const
Entity &_entity,
113 const
std::shared_ptr<const sdf::Element> &_sdf,
122 private:
std::unique_ptr<KineticEnergyMonitorPrivate> dataPtr;