#include <SystemLoggerProperties.hpp>
Public Attributes | |
float | rateHz = 1.0f |
Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< Properties > | clone () const override |
virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
![]() | |
virtual std::unique_ptr< Properties > | clone () const =0 |
virtual | ~Properties ()=default |
SystemLoggerProperties structure
Definition at line 12 of file SystemLoggerProperties.hpp.
float dai::SystemLoggerProperties::rateHz = 1.0f |
Rate at which the messages are going to be sent in hertz
Definition at line 16 of file SystemLoggerProperties.hpp.