#include <SystemLoggerProperties.hpp>

Public Attributes | |
| float | rateHz = 1.0f |
Additional Inherited Members | |
Public Member Functions inherited from dai::PropertiesSerializable< Properties, SystemLoggerProperties > | |
| virtual std::unique_ptr< Properties > | clone () const override |
| virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
Public Member Functions inherited from dai::Properties | |
| 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.