|
WSF
|
#include <PackageCommander.hpp>


Public Member Functions | |
| PackageCommander (const std::string &aSTF, const std::vector< Field > &aFields) noexcept | |
| const FreeText & | GetPackageId () const noexcept |
| const FreeText & | GetTaskedUnit () const noexcept |
| const FreeText & | GetMissionNumber () const noexcept |
| const FreeText & | GetAircraftCallsign () const noexcept |
| const FreeText & | GetLink16Callsign () const noexcept |
| Public Member Functions inherited from usmtf::Set | |
| Set (const std::string &aSTF, const std::vector< Field > &aFields) noexcept | |
| virtual | ~Set ()=default |
| const std::string & | GetType () const noexcept |
| Return the Set Identifiers/Set Text Format of the set instance. | |
| bool | IsEmpty () const noexcept |
| int | GetFieldCount () const noexcept |
| const Field & | GetField (size_t aIndex) const |
| Returns a field at a index position in the Set. | |
| const std::string & | GetFieldContent (size_t aIndex) const |
| Returns the Contents of a field at specified index. | |
| const std::string | GetReconstructedSet () const noexcept |
| Public Member Functions inherited from usmtf::Validatable | |
| bool | IsValid () const noexcept |
| Public Member Functions inherited from usmtf::ErrorManager | |
| virtual | ~ErrorManager ()=default |
| bool | HasErrors () const noexcept |
| void | LogErrors (std::ostream &aOut) const noexcept |
| const std::vector< ValidationError > & | GetErrors () const |
Additional Inherited Members | |
| Protected Member Functions inherited from usmtf::ErrorManager | |
| void | AddError (const ValidationError &aError) noexcept |
| void | AddError (const std::string &aFailureReason, const std::string &aValueValidatied, const std::string &aOptionalSuggestion="") noexcept |
| void | AddError (const std::string &aErrorMessage) noexcept |
| void | AddErrors (const std::vector< ValidationError > &aErrors) noexcept |
| void | ClearErrors () noexcept |
| Protected Attributes inherited from usmtf::Set | |
| std::string | mSetTextFormat |
| std::vector< Field > | mFields |
THE PKGCMD SET PROVIDES INFORMATION ABOUT THE MISSION COMMANDER TO THE FORCES IN THE PACKAGE. |||| |||| C PKGCMD/ / / / |||| 1 PACKAGE IDENTIFICATION 2 TASKED UNIT 3 MISSION NUMBER 4 AIRCRAFT CALL SIGN |||| M [1-5 ANS] M [1-20 ABNS] M [1-8 ABNS] M [1-12 ABNS] |||| |||| /................................// |||| 5 LINK 16 ABBREVIATED CALL SIGN |||| O [4 AN]
Detailed Document: PKGCMD.UF.html
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |