#include <unit-tests-common.h>
Public Member Functions | |
internal_frame_additional_data (const double &ts, const unsigned long long frame_num, const rs2_timestamp_domain &ts_domain, const rs2_stream &strm, const rs2_format &fmt) | |
Public Attributes | |
rs2_format | format |
frame_metadata | frame_md |
unsigned long long | frame_number |
rs2_stream | stream |
double | timestamp |
rs2_timestamp_domain | timestamp_domain |
Definition at line 510 of file unit-tests-common.h.
|
inline |
Definition at line 519 of file unit-tests-common.h.
rs2_format internal_frame_additional_data::format |
Definition at line 516 of file unit-tests-common.h.
frame_metadata internal_frame_additional_data::frame_md |
Definition at line 517 of file unit-tests-common.h.
unsigned long long internal_frame_additional_data::frame_number |
Definition at line 513 of file unit-tests-common.h.
rs2_stream internal_frame_additional_data::stream |
Definition at line 515 of file unit-tests-common.h.
double internal_frame_additional_data::timestamp |
Definition at line 512 of file unit-tests-common.h.
rs2_timestamp_domain internal_frame_additional_data::timestamp_domain |
Definition at line 514 of file unit-tests-common.h.