|
ldas-tools-framecpp
2.8.1
|
#include <typeinfo>#include <type_traits>#include <boost/test/included/unit_test.hpp>#include "ldastoolsal/ldas_types.h"#include "framecpp/Common/FrameSpec.hh"#include "framecpp/FrVect.hh"

Namespaces | |
| testing | |
| testing::fr_vect | |
Typedefs | |
| template<int T_FRAME_SPEC_VERSION> | |
| using | testing::fr_vect::fr_vect_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | testing::fr_vect::fr_vect_previous_type = typename fr_object_previous_impl< T_FRAME_SPEC_VERSION, FR_VECT_TYPE >::type |
| template<int T_FRAME_SPEC_VERSION> | |
| using | testing::fr_vect::dimension_type = typename fr_object_impl< T_FRAME_SPEC_VERSION, DIMENSION_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. More... | |
Functions | |
| testing::fr_vect::INSTANTIATE_STRUCT_ALL (FrVect, FR_VECT_TYPE) | |
| static std::string | testing::fr_vect::NAME ("vect_name") |
| static std::string | testing::fr_vect::COMMENT ("vect comment") |
| static std::string | testing::fr_vect::UNIT_Y ("fr_vect_unitY") |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr bool | testing::fr_vect::is_root () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr int | testing::fr_vect::version_changes () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr VERSION | testing::fr_vect::version () |
| template<int T_FRAME_SPEC_VERSION> | |
| constexpr bool | testing::fr_vect::is_change_version () |
| template<int T_FRAME_SPEC_VERSION> | |
| fr_vect_type< T_FRAME_SPEC_VERSION > * | testing::fr_vect::mk_fr_vect () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | testing::fr_vect::verify_data_types () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | testing::fr_vect::verify_constructors () |
| template<int T_FRAME_SPEC_VERSION> | |
| bool | testing::fr_vect::verify_convert () |
| template<int FrameSpecT> | |
| void | testing::fr_vect::do_standard_tests () |
Variables | |
| static const int | testing::fr_vect::SAMPLES = 4 |
| static const vect_data_type | testing::fr_vect::START = 16.0 |
| static const vect_data_type | testing::fr_vect::INC = 0.5 |
| vect_data_type | testing::fr_vect::DATA [SAMPLES] |
1.8.13