|
WSF
|
#include <FieldTypes.hpp>


Public Member Functions | |
| void | SetUncertaintySquareMiles (double aValue) |
| 'Data miles' = 6000 ft | |
| double | GetUncertaintySquareMiles () const |
| double | GetUncertaintySquareMeters () const |
| double | GetDistance95CEP () const |
| Public Member Functions inherited from WsfL16::Messages::FieldBase< 4 > | |
| FieldBase () | |
| value_type | GetRawData () const |
| value_type | SafeCast (T aValue) const |
| void | SetRawData (value_type aValue) |
Additional Inherited Members | |
| Public Types inherited from WsfL16::Messages::FieldBase< 4 > | |
| typedef NoAccessorTypeTag | accessor_type |
| typedef NoAccessorUnitsTag | accessor_units |
| typedef FieldNoStatementInvalidTag | no_statement_type |
| typedef NoEnumStringMapTag | enum_map_type |
| typedef SmallIntType< BIT_COUNT >::integer_type | value_type |
| Use the smallest integer to hold the data. | |
| Static Public Attributes inherited from WsfL16::Messages::FieldBase< 4 > | |
| static const unsigned int | cFIELD_SIZE |
| static const unsigned int | cMID_VALUE |
| static const unsigned int | cMAX_VALUE |
| Protected Member Functions inherited from WsfL16::Messages::FieldBase< 4 > | |
| int | DecodeTC (unsigned a2C) const |
| unsigned | EncodeTC (int aInt) const |
| Encode an integer into a N-bit two's compliment representation. | |
| unsigned | EncodeTCMod (int aInt) const |
| Protected Attributes inherited from WsfL16::Messages::FieldBase< 4 > | |
| value_type | mValue |
| double WsfL16::Messages::TrackQualityField::GetDistance95CEP | ( | ) | const |
References WsfL16::Messages::FieldBase< 4 >::mValue.
| double WsfL16::Messages::TrackQualityField::GetUncertaintySquareMeters | ( | ) | const |
References GetUncertaintySquareMiles().
| double WsfL16::Messages::TrackQualityField::GetUncertaintySquareMiles | ( | ) | const |
References WsfL16::Messages::FieldBase< 4 >::mValue.
Referenced by GetUncertaintySquareMeters().
| void WsfL16::Messages::TrackQualityField::SetUncertaintySquareMiles | ( | double | aValue | ) |
'Data miles' = 6000 ft
References WsfL16::Messages::FieldBase< 4 >::mValue, and WsfL16::Messages::FieldBase< 4 >::SafeCast().