Go to the documentation of this file.
22 #ifndef INCLUDED_UHD_TYPES_OTW_TYPE_HPP
23 #define INCLUDED_UHD_TYPES_OTW_TYPE_HPP
57 BO_LITTLE_ENDIAN = int(
'<'),
58 BO_BIG_ENDIAN = int(
'>'),
59 BO_NOT_APPLICABLE = int(
'|')
66 size_t get_sample_size(
void)
const;