51 virtual
void store(
agxStream::OutputArchive& out ) const override;
52 virtual
void restore(
agxStream::InputArchive& in ) override;
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXSTREAM_DECLARE_ABSTRACT_SERIALIZABLE(T)
Use this in a pure abstract Serializable class to add the required methods Important: Use full namesp...
#define AGX_DECLARE_VECTOR_TYPES(type)
Common interface for sensor output handlers.
Common base type for all sensors sharing the same general agxSensor layout.
Sensor()=default
Default constructor.
virtual ISensorOutputHandler * getOutputHandlerBase() const =0
ISensorOutputHandler * getOutputHandler() const
System node is a separate step/operation in an execution tree representing a sensor (or such) in a se...
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...
This namespace contain classes for streaming classes into archives, ASCII, binary for storage (serial...