ldas-tools-framecpp
2.8.1
|
Typedefs | |
template<int T_FRAME_SPEC_VERSION> | |
using | fr_vect_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
template<int T_FRAME_SPEC_VERSION> | |
using | fr_vect_previous_type = typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
template<int T_FRAME_SPEC_VERSION> | |
using | dimension_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, DIMENSION_TYPE >::type |
typedef REAL_8 | vect_data_type |
typedef base_version_constant< 3 > | version_root_type |
Track where the transitions take place. More... | |
Functions | |
INSTANTIATE_STRUCT_ALL (FrVect, FR_VECT_TYPE) | |
static std::string | NAME ("vect_name") |
static std::string | COMMENT ("vect comment") |
static std::string | UNIT_Y ("fr_vect_unitY") |
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_vect_type< T_FRAME_SPEC_VERSION > * | mk_fr_vect () |
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 () |
Variables | |
static const int | SAMPLES = 4 |
static const vect_data_type | START = 16.0 |
static const vect_data_type | INC = 0.5 |
vect_data_type | DATA [SAMPLES] |
using testing::fr_vect::dimension_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, DIMENSION_TYPE >::type |
using testing::fr_vect::fr_vect_previous_type = typedef typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
using testing::fr_vect::fr_vect_type = typedef typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
typedef REAL_8 testing::fr_vect::vect_data_type |
typedef base_version_constant< 3 > testing::fr_vect::version_root_type |
Track where the transitions take place.
|
static |
void testing::fr_vect::do_standard_tests | ( | ) |
testing::fr_vect::INSTANTIATE_STRUCT_ALL | ( | FrVect | , |
FR_VECT_TYPE | |||
) |
|
constexpr |
|
constexpr |
fr_vect_type< T_FRAME_SPEC_VERSION >* testing::fr_vect::mk_fr_vect | ( | ) |
|
static |
|
static |
bool testing::fr_vect::verify_constructors | ( | ) |
bool testing::fr_vect::verify_convert | ( | ) |
bool testing::fr_vect::verify_data_types | ( | ) |
|
constexpr |
|
constexpr |
vect_data_type testing::fr_vect::DATA[SAMPLES] |
|
static |
|
static |
|
static |