|
WSF
|
#include <Message12_0.hpp>


Public Types | |
| typedef SpareField< 12 > | FieldType1 |
| typedef FireMethodField | FieldType2 |
| typedef AngleField | FieldType3 |
| typedef SpeedField | FieldType4 |
| typedef AltitudeField< 11 > | FieldType5 |
| typedef IdentityField | FieldType6 |
| typedef BooleanField | FieldType7 |
| typedef IntegerField< 12 > | FieldType8 |
| typedef BooleanField | FieldType9 |
| Public Types inherited from WsfL16::Messages::ContinuationBase | |
| typedef ContinuationBase | subword_type |
| Public Types inherited from WsfL16::Messages::Base | |
| enum | WordType { cINITIAL , cCONTINUATION , cEXTENSION , cUNDEFINED } |
Additional Inherited Members | |
| Public Member Functions inherited from WsfL16::Messages::ContinuationBase | |
| virtual ContinuationBase * | Clone () const =0 |
| ~ContinuationBase () override | |
| virtual int | GetLabel () const =0 |
| WordType | GetWordType () const override |
| Returns the base type of the word. | |
| void | WriteMessage (MessageBitOutput &aMW) const |
| std::string | GetClassName () const override |
| Returns the human-readable class name for the Continuation word. | |
| Public Member Functions inherited from WsfL16::Messages::Base | |
| Base (char *aData) | |
| Base () | |
| virtual | ~Base () |
| virtual int | GetUID () const =0 |
| Returns the unique identifier of a message word type. | |
| virtual void | TransferI (MessageBitInput &aMR)=0 |
| Reads the message from a MessageBitInput. | |
| virtual void | TransferO (MessageBitOutput &aMW)=0 |
| Reads the message from a MessageBitOutput. | |
| virtual void | CreateAccessor (MessageAccessorFiller &aMP)=0 |
| Used once to provide generic access to messages and fields. | |
| virtual const char * | GetFieldName (int i)=0 |
| Returns the name of the field with a given index. | |
| void | PrintWord (ut::log::MessageStream &aStream) const |
| typedef SpareField<12> WsfL16::Messages::J12_0::Continuation2::FieldType1 |
| typedef FireMethodField WsfL16::Messages::J12_0::Continuation2::FieldType2 |
| typedef AngleField WsfL16::Messages::J12_0::Continuation2::FieldType3 |
| typedef SpeedField WsfL16::Messages::J12_0::Continuation2::FieldType4 |
| typedef AltitudeField<11> WsfL16::Messages::J12_0::Continuation2::FieldType5 |
| typedef IdentityField WsfL16::Messages::J12_0::Continuation2::FieldType6 |
| typedef BooleanField WsfL16::Messages::J12_0::Continuation2::FieldType7 |
| typedef IntegerField<12> WsfL16::Messages::J12_0::Continuation2::FieldType8 |
| typedef BooleanField WsfL16::Messages::J12_0::Continuation2::FieldType9 |