ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
testing::fr_msg Namespace Reference

Classes

struct  mk_fr_msg_helper
 
struct  mk_fr_msg_helper< T_FRAME_SPEC_VERSION, VERSION::V3 >
 
struct  mk_fr_msg_helper< T_FRAME_SPEC_VERSION, VERSION::V6 >
 
struct  mk_fr_msg_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::V6 >
 
struct  version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >
 

Typedefs

template<int T_FRAME_SPEC_VERSION>
using fr_msg_type
 
template<int T_FRAME_SPEC_VERSION>
using fr_msg_previous_type
 
typedef base_version_constant< 3 > version_root_type
 Track where the transitions take place.
 

Functions

 INSTANTIATE_STRUCT_ALL (FrMsg, FR_MSG_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_MSG_TYPE< T_FRAME_SPEC_VERSION >::type * mk_fr_msg ()
 
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_msg_previous_type

template<int T_FRAME_SPEC_VERSION>
using testing::fr_msg::fr_msg_previous_type
Initial value:
typename fr_object_previous_impl< T_FRAME_SPEC_VERSION,
FR_MSG_TYPE >::type
Definition FrStructs.cc:307

◆ fr_msg_type

template<int T_FRAME_SPEC_VERSION>
using testing::fr_msg::fr_msg_type
Initial value:
T_FR_OBJECT< T_FRAME_SPEC_VERSION >::type type
Definition FrStructs.cc:302

◆ version_root_type

Track where the transitions take place.

Function Documentation

◆ do_standard_tests()

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

◆ INSTANTIATE_STRUCT_ALL()

testing::fr_msg::INSTANTIATE_STRUCT_ALL ( FrMsg ,
FR_MSG_TYPE  )

◆ is_change_version()

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

◆ is_root()

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

◆ mk_fr_msg()

template<int T_FRAME_SPEC_VERSION>
FR_MSG_TYPE< T_FRAME_SPEC_VERSION >::type * testing::fr_msg::mk_fr_msg ( )

◆ verify_constructors()

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

◆ verify_convert()

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

◆ verify_data_types()

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

◆ version()

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

◆ version_changes()

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