#include <fr_detector.hh>
Public Member Functions | |
| bool | compare (const fr_detector_type< T_FRAME_SPEC_VERSION > &Actual) |
| void | set_default_constructor_values () |
Public Attributes | |
| name_type | name { name_type( "name" ) } |
| char | prefix [2] { 'a', 'b' } |
| longitude_type | longitude { 1.0 } |
| latitude_type | latitude { 2.0 } |
| elevation_type | elevation { 3.0 } |
| armXazimuth_type | armXazimuth { 4.0 } |
| armYazimuth_type | armYazimuth { 5.0 } |
| armXaltitude_type | armXaltitude { 6.0 } |
| armYaltitude_type | armYaltitude { 7.0 } |
| armXmidpoint_type | armXmidpoint { 8.0 } |
| armYmidpoint_type | armYmidpoint { 9.0 } |
| localTime_type | localTime { 1800 } |
|
inline |
|
inline |
| armXaltitude_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armXaltitude { 6.0 } |
| armXazimuth_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armXazimuth { 4.0 } |
| armXmidpoint_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armXmidpoint { 8.0 } |
| armYaltitude_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armYaltitude { 7.0 } |
| armYazimuth_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armYazimuth { 5.0 } |
| armYmidpoint_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::armYmidpoint { 9.0 } |
| elevation_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::elevation { 3.0 } |
| latitude_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::latitude { 2.0 } |
| localTime_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::localTime { 1800 } |
| longitude_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::longitude { 1.0 } |
| name_type testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::name { name_type( "name" ) } |
| char testing::fr_detector::version_info< T_FRAME_SPEC_VERSION, VERSION::V8 >::expected_type::prefix[2] { 'a', 'b' } |