Modulo 5.0.0
|
Input structure to save topic data in a realtime buffer and timestamps in one object. More...
#include <BaseControllerInterface.hpp>
Public Member Functions | |
ControllerInput (BufferVariant buffer_variant) | |
Public Attributes | |
BufferVariant | buffer |
std::chrono::time_point< std::chrono::steady_clock > | timestamp |
Input structure to save topic data in a realtime buffer and timestamps in one object.
Definition at line 83 of file BaseControllerInterface.hpp.
|
inline |
Definition at line 85 of file BaseControllerInterface.hpp.
BufferVariant modulo_controllers::ControllerInput::buffer |
Definition at line 86 of file BaseControllerInterface.hpp.
std::chrono::time_point<std::chrono::steady_clock> modulo_controllers::ControllerInput::timestamp |
Definition at line 87 of file BaseControllerInterface.hpp.