|
AGX Dynamics 2.42.1.1
|
#include <agxSensor/SensorOutputHandler.h>#include <agxSensor/TriaxialOutput.h>#include <agxSensor/TriaxialSignalSystemNode.h>#include <optional>#include <utility>Go to the source code of this file.
Classes | |
| class | agxSensor::TriaxialOutputHandler |
| Common base type for triaxial sensor output handlers. More... | |
Namespaces | |
| namespace | agxSensor |
| The agxSensor namespace contains components to model real-time sensors connected to the physics of AGX Dynamics. | |
Typedefs | |
| using | agxSensor::OptionalTriaxialOutputMapping = std::optional< std::pair< size_t, TriaxialOutput * > > |
| typedef agx::observer_ptr< const TriaxialOutputHandler > | agxSensor::TriaxialOutputHandlerConstObserver |
| typedef agx::ref_ptr< const TriaxialOutputHandler > | agxSensor::TriaxialOutputHandlerConstRef |
| typedef agx::observer_ptr< TriaxialOutputHandler > | agxSensor::TriaxialOutputHandlerObserver |
| typedef agx::ref_ptr< TriaxialOutputHandler > | agxSensor::TriaxialOutputHandlerRef |