src/systems/magnetometer/Magnetometer.hh
This library is part of the Ignition Robotics project.
The EntityComponentManager constructs, deletes, and returns components and entities....
Definition: gz/sim/EntityComponentManager.hh:65
~Magnetometer() override
Destructor.
Component< sdf::Sensor, class MagnetometerTag, serializers::SensorSerializer > Magnetometer
A component type that contains a magnetometer sensor, sdf::Magnetometer, information.
Definition: include/gz/sim/components/Magnetometer.hh:40
Information passed to systems on the update callback.
Definition: include/gz/sim/Types.hh:37
An magnetometer sensor that reports the magnetic field in its current location.
Definition: src/systems/magnetometer/Magnetometer.hh:38
void PostUpdate(const UpdateInfo &_info, const EntityComponentManager &_ecm) final
Documentation inherited.
Interface for a system that uses the PreUpdate phase.
Definition: gz/sim/System.hh:105
Interface for a system that uses the PostUpdate phase.
Definition: gz/sim/System.hh:119
void PreUpdate(const UpdateInfo &_info, EntityComponentManager &_ecm) final
Documentation inherited.
Magnetometer()
Constructor.