ldas-tools-framecpp
2.8.1
|
Namespaces | |
fr_detector | |
fr_end_of_file | |
fr_end_of_frame | |
fr_history | |
fr_msg | |
fr_vect | |
Classes | |
struct | fr_object_impl |
struct | fr_object_previous_impl |
Typedefs | |
template<int T_FRAME_SPEC_VERSION> | |
using | dimension_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, DIMENSION_TYPE >::type |
template<int T_FRAME_SPEC_VERSION> | |
using | gpstime_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, GPSTIME_TYPE >::type |
template<int T_FRAME_SPEC_VERSION> | |
using | string_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, STRING_TYPE >::type |
template<int T_FRAME_SPEC_VERSION> | |
using | object_type = FrameCPP::Common::FrameSpec::ObjectInterface::object_type |
Functions | |
INSTANTIATE_STRUCT_ALL (GPSTime, GPSTIME_TYPE) | |
INSTANTIATE_STRUCT_ALL (STRING, STRING_TYPE) | |
INSTANTIATE_STRUCT_ALL (Dimension, DIMENSION_TYPE) | |
template<int T_FRAME_SPEC_VERSION, typename T_CURRENT_TYPE > | |
bool | convert_check_root (T_CURRENT_TYPE *(*mk_current)()) |
template<int T_FRAME_SPEC_VERSION, typename T_CURRENT_TYPE , typename T_PREVIOUS_TYPE > | |
bool | convert_check_same (T_CURRENT_TYPE *(*mk_current)(), T_PREVIOUS_TYPE *(*mk_previous)()) |
template<typename T_EXPECTED , typename T_ACTUAL > | |
bool | check_data_type (const T_ACTUAL &actual) |
template<int T_FRAME_SPEC_VERSION, typename T_ACTUAL > | |
bool | check_data_type_string (const T_ACTUAL &actual) |
template<int T_FRAME_SPEC_VERSION, int T_NEAREST_BASE> | |
constexpr bool | is_change_version () |
template<int T_FRAME_SPEC_VERSION, bool T_IS_ROOT, bool T_IS_CHANGE_VERSION> | |
constexpr CONVERT | conversion () |
template<> | |
constexpr CONVERT | conversion< 3, true, true > () |
template<> | |
constexpr CONVERT | conversion< 3, true, false > () |
using testing::dimension_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, DIMENSION_TYPE >::type |
using testing::gpstime_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, GPSTIME_TYPE >::type |
using testing::object_type = typedef FrameCPP::Common::FrameSpec::ObjectInterface::object_type |
using testing::string_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, STRING_TYPE >::type |
bool testing::check_data_type | ( | const T_ACTUAL & | actual | ) |
bool testing::check_data_type_string | ( | const T_ACTUAL & | actual | ) |
|
constexpr |
|
constexpr |
|
constexpr |
bool testing::convert_check_root | ( | T_CURRENT_TYPE *(*)() | mk_current | ) |
bool testing::convert_check_same | ( | T_CURRENT_TYPE *(*)() | mk_current, |
T_PREVIOUS_TYPE *(*)() | mk_previous | ||
) |
testing::INSTANTIATE_STRUCT_ALL | ( | Dimension | , |
DIMENSION_TYPE | |||
) |
testing::INSTANTIATE_STRUCT_ALL | ( | GPSTime | , |
GPSTIME_TYPE | |||
) |
testing::INSTANTIATE_STRUCT_ALL | ( | STRING | , |
STRING_TYPE | |||
) |
|
constexpr |