|
WSF
|
#include <USMTF_Parser.hpp>
Public Member Functions | |
| USMTF_Parser ()=delete | |
| USMTF_Parser (const std::string &aFileLocation) noexcept | |
| std::unique_ptr< Message > | ReadMessage () |
Class responsible for Parsing USMTF MIL-STD-6040, used in conjunction with the USMTF_Factory for Generic or derived USMTF Message and Set Importing
|
delete |
References ReadMessage(), and USMTF_Parser().
Referenced by USMTF_Parser().
|
explicitnoexcept |
| std::unique_ptr< Message > usmtf::USMTF_Parser::ReadMessage | ( | ) |
References usmtf::cMESSAGE_ID_SET_TYPE, usmtf::cREVISION_NUMBER, usmtf::cUSMTF_STANDARD, usmtf::Field::GetContent(), usmtf::Set::GetField(), and usmtf::Set::GetType().
Referenced by USMTF_Parser().