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

Go to the source code of this file.

Classes

class  agxSensor::EncoderOutputHandler
 Handler responsible for how the encoder 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 EncoderOutputHandler > agxSensor::EncoderOutputHandlerConstObserver
 
typedef agx::ref_ptr< const EncoderOutputHandler > agxSensor::EncoderOutputHandlerConstRef
 
typedef agx::observer_ptr< EncoderOutputHandler > agxSensor::EncoderOutputHandlerObserver
 
typedef agx::ref_ptr< EncoderOutputHandler > agxSensor::EncoderOutputHandlerRef
 
using agxSensor::OptionalEncoderOutputMapping = std::optional< std::pair< size_t, EncoderOutput * > >