ldas-tools-framecpp 2.8.1
Classes | Typedefs | Functions
testing::fr_end_of_frame Namespace Reference

Classes

struct  mk_fr_end_of_frame_helper
 
struct  mk_fr_end_of_frame_helper< T_FRAME_SPEC_VERSION, VERSION::V3 >
 
struct  mk_fr_end_of_frame_helper< T_FRAME_SPEC_VERSION, VERSION::V4 >
 
struct  mk_fr_end_of_frame_helper< T_FRAME_SPEC_VERSION, VERSION::V6 >
 
struct  mk_fr_end_of_frame_helper< T_FRAME_SPEC_VERSION, VERSION::V8 >
 
struct  verify_convert_helper
 
struct  verify_convert_helper< T_FRAME_SPEC_VERSION, CONVERT::ROOT >
 
struct  verify_convert_helper< T_FRAME_SPEC_VERSION, CONVERT::SAME >
 
struct  version_info
 
struct  version_info< T_FRAME_SPEC_VERSION, VERSION::V3 >
 
struct  version_info< T_FRAME_SPEC_VERSION, VERSION::V4 >
 
struct  version_info< T_FRAME_SPEC_VERSION, VERSION::V6 >
 
struct  version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >
 

Typedefs

template<int T_FRAME_SPEC_VERSION>
using fr_end_of_frame_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FRAME_TYPE >::type
 
template<int T_FRAME_SPEC_VERSION>
using fr_end_of_frame_previous_type = typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FRAME_TYPE >::type
 
typedef base_version_constant< 3 > version_root_type
 Track where the transitions take place. More...
 

Functions

 INSTANTIATE_STRUCT_ALL (FrEndOfFrame, FR_END_OF_FRAME_TYPE)
 
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_FRAME_TYPE< T_FRAME_SPEC_VERSION >::type * mk_fr_end_of_frame ()
 
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 ()
 

Typedef Documentation

◆ fr_end_of_frame_previous_type

template<int T_FRAME_SPEC_VERSION>
using testing::fr_end_of_frame::fr_end_of_frame_previous_type = typedef typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FRAME_TYPE >::type

◆ fr_end_of_frame_type

template<int T_FRAME_SPEC_VERSION>
using testing::fr_end_of_frame::fr_end_of_frame_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_END_OF_FRAME_TYPE >::type

◆ version_root_type

Track where the transitions take place.

Function Documentation

◆ do_standard_tests()

template<int FrameSpecT>
void testing::fr_end_of_frame::do_standard_tests ( )

◆ INSTANTIATE_STRUCT_ALL()

testing::fr_end_of_frame::INSTANTIATE_STRUCT_ALL ( FrEndOfFrame  ,
FR_END_OF_FRAME_TYPE   
)

◆ is_change_version()

template<int T_FRAME_SPEC_VERSION>
constexpr bool testing::fr_end_of_frame::is_change_version ( )
constexpr

◆ is_root()

template<int T_FRAME_SPEC_VERSION>
constexpr bool testing::fr_end_of_frame::is_root ( )
constexpr

◆ mk_fr_end_of_frame()

template<int T_FRAME_SPEC_VERSION>
FR_END_OF_FRAME_TYPE< T_FRAME_SPEC_VERSION >::type * testing::fr_end_of_frame::mk_fr_end_of_frame ( )

◆ verify_constructors()

template<int T_FRAME_SPEC_VERSION>
bool testing::fr_end_of_frame::verify_constructors ( )

◆ verify_convert()

template<int T_FRAME_SPEC_VERSION>
bool testing::fr_end_of_frame::verify_convert ( )

◆ verify_data_types()

template<int T_FRAME_SPEC_VERSION>
bool testing::fr_end_of_frame::verify_data_types ( )

◆ version()

template<int T_FRAME_SPEC_VERSION>
constexpr VERSION testing::fr_end_of_frame::version ( )
constexpr

◆ version_changes()

template<int T_FRAME_SPEC_VERSION>
constexpr int testing::fr_end_of_frame::version_changes ( )
constexpr