9#include "int_types.hpp"
88 using abstime_type = Abstime;
89 using channel_type = Channel;
90 using difftime_type = Difftime;
91 using count_type = Count;
92 using datapoint_type = Datapoint;
93 using bin_index_type = BinIndex;
std::int32_t i32
Short name for int32_t.
Definition int_types.hpp:42
std::int64_t i64
Short name for int64_t.
Definition int_types.hpp:45
std::uint16_t u16
Short name for uint16_t.
Definition int_types.hpp:27
std::uint32_t u32
Short name for uint32_t.
Definition int_types.hpp:30
libtcspc namespace.
Definition acquire.hpp:29
The default data type set.
Definition data_types.hpp:24
u16 bin_type
Type of histogram bin value (count).
Definition data_types.hpp:65
i32 datapoint_type
Type of datapoint for histogramming.
Definition data_types.hpp:55
u16 bin_index_type
Type of histogram bin index.
Definition data_types.hpp:60
i64 abstime_type
Absolute time type.
Definition data_types.hpp:33
i32 difftime_type
Difference time type.
Definition data_types.hpp:43
u32 count_type
Count type.
Definition data_types.hpp:50
i32 channel_type
Channel number type.
Definition data_types.hpp:38
Utility for naming a data type set without additional definitions.
Definition data_types.hpp:86