Namespaces | |
| namespace | fr_detector |
| namespace | fr_end_of_file |
| namespace | fr_end_of_frame |
| namespace | fr_history |
| namespace | fr_msg |
| namespace | fr_vect |
| namespace | Ramp |
Classes | |
| struct | fr_object_impl |
| struct | fr_object_previous_impl |
Typedefs | |
| template<int T_FRAME_SPEC_VERSION> | |
| using | dimension_type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | gpstime_type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | string_type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | 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 |
| using testing::gpstime_type |
| using testing::object_type |
| using testing::string_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 |