|
ldas-tools-framecpp
2.8.1
|
Typedefs | |
| template<int T_FRAME_SPEC_VERSION> | |
| using | fr_end_of_file_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FILE_TYPE >::type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | fr_end_of_file_previous_type = typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FILE_TYPE >::type |
| typedef base_version_constant< 3 > | version_root_type |
| Track where the transitions take place. More... | |
Functions | |
| INSTANTIATE_STRUCT_ALL (FrEndOfFile, FR_END_OF_FILE_TYPE) | |
| static REAL_8 | DMSToRadians (INT_2S Degrees, INT_2S Minutes, REAL_4 Seconds) |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr bool | is_root () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr int | version_changes () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr VERSION | version () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr bool | is_change_version () |
| template<int T_FRAME_SPEC_VERSION> | |
| FR_END_OF_FILE_TYPE< T_FRAME_SPEC_VERSION >::type * | mk_fr_end_of_file () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | verify_data_types () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | verify_constructors () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | verify_convert () |
| template<int FrameSpecT> | |
| void | do_standard_tests () |
| using testing::fr_end_of_file::fr_end_of_file_previous_type = typedef typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FILE_TYPE >::type |
| using testing::fr_end_of_file::fr_end_of_file_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FILE_TYPE >::type |
Track where the transitions take place.
|
inlinestatic |
| void testing::fr_end_of_file::do_standard_tests | ( | ) |
| testing::fr_end_of_file::INSTANTIATE_STRUCT_ALL | ( | FrEndOfFile | , |
| FR_END_OF_FILE_TYPE | |||
| ) |
| constexpr bool testing::fr_end_of_file::is_change_version | ( | ) |
| constexpr bool testing::fr_end_of_file::is_root | ( | ) |
| FR_END_OF_FILE_TYPE< T_FRAME_SPEC_VERSION >::type* testing::fr_end_of_file::mk_fr_end_of_file | ( | ) |
| bool testing::fr_end_of_file::verify_constructors | ( | ) |
| bool testing::fr_end_of_file::verify_convert | ( | ) |
| bool testing::fr_end_of_file::verify_data_types | ( | ) |
| constexpr VERSION testing::fr_end_of_file::version | ( | ) |
| constexpr int testing::fr_end_of_file::version_changes | ( | ) |
1.8.13