AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
OdometerOutputHandler.h File Reference

Go to the source code of this file.

Classes

class  agxSensor::OdometerOutputHandler
 Handler responsible for how the odometer readings are assembled and provided to the user. More...
 

Namespaces

namespace  agxSensor
 The agxSensor namespace contains components to model real-time sensors connected to the physics of AGX Dynamics.
 

Typedefs

typedef agx::observer_ptr< const OdometerOutputHandler > agxSensor::OdometerOutputHandlerConstObserver
 
typedef agx::ref_ptr< const OdometerOutputHandler > agxSensor::OdometerOutputHandlerConstRef
 
typedef agx::observer_ptr< OdometerOutputHandler > agxSensor::OdometerOutputHandlerObserver
 
typedef agx::ref_ptr< OdometerOutputHandler > agxSensor::OdometerOutputHandlerRef
 
using agxSensor::OptionalOdometerOutputMapping = std::optional< std::pair< size_t, OdometerOutput * > >