|
WSF
|
#include <Message11_0.hpp>


Public Types | |
| enum | SeekerAcquisitionStatusType { cNO_STATEMENT , cNOT_IN_SEARCH_OR_TRACK , cSEARCH_MODE_COURSE , cSEARCH_MODE_FINE , cMULTIPLE_POTENTIAL_TARGETS , cSINGLE_POTENTIAL_TARGETS , cTRACKING , cTRACKING_200_FT , cTRACKING_100_FT , cTRACKING_50_FT , cTRACKING_20_FT , cTRACKING_10_FT , cTRACKING_5_FT , cTRACKING_2_FT , cTRACKING_1_FT , cTRACKING_0_5_FT } |
| Public Types inherited from WsfL16::Messages::NormalField< 4, NoStatementZero > | |
| typedef FieldNoStatementValidTag | no_statement_type |
| Public Types inherited from WsfL16::Messages::FieldBase< BIT_COUNT > | |
| 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. | |
Public Member Functions | |
| DEFINE_ACCESSORS (SeekerAcquisitionStatusField, SeekerAcquisitionStatusType) | |
| Public Member Functions inherited from WsfL16::Messages::NormalField< 4, NoStatementZero > | |
| NormalField () | |
| void | SetNoStatement () |
| bool | IsNoStatement () const |
| Public Member Functions inherited from WsfL16::Messages::FieldBase< BIT_COUNT > | |
| FieldBase () | |
| value_type | GetRawData () const |
| template<class T> | |
| value_type | SafeCast (T aValue) const |
| void | SetRawData (value_type aValue) |
Additional Inherited Members | |
| Static Public Attributes inherited from WsfL16::Messages::NormalField< 4, NoStatementZero > | |
| static const unsigned int | cNO_STATEMENT_VALUE |
| Static Public Attributes inherited from WsfL16::Messages::FieldBase< BIT_COUNT > | |
| static const unsigned int | cFIELD_SIZE = BIT_COUNT |
| static const unsigned int | cMID_VALUE = (1u << cFIELD_SIZE) / 2 |
| static const unsigned int | cMAX_VALUE = (1u << cFIELD_SIZE) - 1 |
| Protected Member Functions inherited from WsfL16::Messages::FieldBase< BIT_COUNT > | |
| 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< BIT_COUNT > | |
| value_type | mValue |
| enum WsfL16::Messages::J11_0::SeekerAcquisitionStatusField::SeekerAcquisitionStatusType |
| WsfL16::Messages::J11_0::SeekerAcquisitionStatusField::DEFINE_ACCESSORS | ( | SeekerAcquisitionStatusField | , |
| SeekerAcquisitionStatusType | ) |