Typedefs | |
| template<int T_FRAME_SPEC_VERSION> | |
| using | fr_vect_type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | fr_vect_previous_type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | dimension_type |
| typedef REAL_8 | vect_data_type |
| typedef base_version_constant< 3 > | version_root_type |
| Track where the transitions take place. | |
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 vect_data_type | START = 0.0 |
| static const vect_data_type | STOP = 512.0 |
| static const vect_data_type | INC = 2.0 |
| static const int | SAMPLES = ( ( STOP - START ) / INC ) |
| vect_data_type | DATA [SAMPLES] |
| using testing::fr_vect::dimension_type |
| using testing::fr_vect::fr_vect_previous_type |
| using testing::fr_vect::fr_vect_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 |