#include <utilities.hh>
Public Attributes | |
std::chrono::nanoseconds | host_start_transmit_time {0} |
The host system time the request which triggered the response message was sent. More... | |
std::chrono::nanoseconds | host_transmit_receive_roundtrip {0} |
The time between when the status request was sent and when the camera ack'd the response. More... | |
T | message {} |
The response message. More... | |
Definition at line 259 of file utilities.hh.
std::chrono::nanoseconds multisense::legacy::TimedResponse< T >::host_start_transmit_time {0} |
The host system time the request which triggered the response message was sent.
Definition at line 264 of file utilities.hh.
std::chrono::nanoseconds multisense::legacy::TimedResponse< T >::host_transmit_receive_roundtrip {0} |
The time between when the status request was sent and when the camera ack'd the response.
Definition at line 269 of file utilities.hh.
T multisense::legacy::TimedResponse< T >::message {} |
The response message.
Definition at line 274 of file utilities.hh.