Go to the source code of this file.
|
| #define | PRIsensor_three_axis_data PRIu64 "ns, (%" PRIq(6) ", %" PRIq(6) ", %" PRIq(6) ")" |
| |
| #define | PRIsensor_three_axis_data_arg(data_, readings_offset_) |
| |
| #define | PRIsensor_game_rotation_vector_data |
| |
| #define | PRIsensor_game_rotation_vector_data_arg(data_, readings_offset_) |
| |
| #define | PRIsensor_occurrence_data PRIu64 "ns" |
| |
| #define | PRIsensor_occurrence_data_arg(data_, readings_offset_) (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta |
| |
| #define | PRIsensor_q31_data PRIu64 "ns (%" PRIq(6) ")" |
| |
| #define | PRIsensor_q31_data_arg(data_, readings_offset_) |
| |
| #define | PRIsensor_byte_data(field_name_) PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")" |
| |
| #define | PRIsensor_byte_data_arg(data_, readings_offset_, field_name_) |
| |
| #define | PRIsensor_uint64_data PRIu64 "ns (%" PRIu64 ")" |
| |
| #define | PRIsensor_uint64_data_arg(data_, readings_offset_) |
| |
◆ PRIsensor_byte_data
| #define PRIsensor_byte_data |
( |
|
field_name_ | ) |
PRIu64 "ns (" STRINGIFY(field_name_) " = %" PRIu8 ")" |
◆ PRIsensor_byte_data_arg
| #define PRIsensor_byte_data_arg |
( |
|
data_, |
|
|
|
readings_offset_, |
|
|
|
field_name_ |
|
) |
| |
Value: (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta, \
(data_).readings[(readings_offset_)].field_name_
◆ PRIsensor_game_rotation_vector_data
| #define PRIsensor_game_rotation_vector_data |
Value:
#define PRIq(precision)
Insert Q value format string.
Definition print_format.h:30
#define PRIu64
Definition inttypes.h:61
◆ PRIsensor_game_rotation_vector_data_arg
| #define PRIsensor_game_rotation_vector_data_arg |
( |
|
data_, |
|
|
|
readings_offset_ |
|
) |
| |
Value: (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta, \
PRIq_arg((data_).readings[(readings_offset_)].x, 6, (data_).shift), \
PRIq_arg((data_).readings[(readings_offset_)].y, 6, (data_).shift), \
PRIq_arg((data_).readings[(readings_offset_)].z, 6, (data_).shift), \
PRIq_arg((data_).readings[(readings_offset_)].w, 6, (data_).shift)
#define PRIq_arg(q, precision, shift)
Insert Q value arguments to print format.
Definition print_format.h:58
◆ PRIsensor_occurrence_data
| #define PRIsensor_occurrence_data PRIu64 "ns" |
◆ PRIsensor_occurrence_data_arg
| #define PRIsensor_occurrence_data_arg |
( |
|
data_, |
|
|
|
readings_offset_ |
|
) |
| (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta |
◆ PRIsensor_q31_data
| #define PRIsensor_q31_data PRIu64 "ns (%" PRIq(6) ")" |
◆ PRIsensor_q31_data_arg
| #define PRIsensor_q31_data_arg |
( |
|
data_, |
|
|
|
readings_offset_ |
|
) |
| |
Value: (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta, \
PRIq_arg((data_).readings[(readings_offset_)].value, 6, (data_).shift)
◆ PRIsensor_three_axis_data
| #define PRIsensor_three_axis_data PRIu64 "ns, (%" PRIq(6) ", %" PRIq(6) ", %" PRIq(6) ")" |
◆ PRIsensor_three_axis_data_arg
| #define PRIsensor_three_axis_data_arg |
( |
|
data_, |
|
|
|
readings_offset_ |
|
) |
| |
Value: (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta, \
PRIq_arg((data_).readings[(readings_offset_)].x, 6, (data_).shift), \
PRIq_arg((data_).readings[(readings_offset_)].y, 6, (data_).shift), \
PRIq_arg((data_).readings[(readings_offset_)].z, 6, (data_).shift)
◆ PRIsensor_uint64_data
| #define PRIsensor_uint64_data PRIu64 "ns (%" PRIu64 ")" |
◆ PRIsensor_uint64_data_arg
| #define PRIsensor_uint64_data_arg |
( |
|
data_, |
|
|
|
readings_offset_ |
|
) |
| |
Value: (data_).header.base_timestamp_ns + (data_).readings[(readings_offset_)].timestamp_delta, \
(data_).readings[(readings_offset_)].value