Class MHO_VexBlockParser.
More...
#include <MHO_VexBlockParser.hh>
Class MHO_VexBlockParser.
Parses information in a named vex block (e.g. $FREQ, $SOURCE, etc)
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Thu May 26 16:55:16 2022 -0400
◆ MHO_VexBlockParser()
hops::MHO_VexBlockParser::MHO_VexBlockParser |
( |
| ) |
|
◆ ~MHO_VexBlockParser()
hops::MHO_VexBlockParser::~MHO_VexBlockParser |
( |
| ) |
|
|
virtual |
◆ ParseBlockLines()
mho_json hops::MHO_VexBlockParser::ParseBlockLines |
( |
std::string |
block_name, |
|
|
const std::vector< MHO_VexLine > * |
block_lines |
|
) |
| |
Parses block lines and returns a JSON object based on block type.
- Parameters
-
block_name | Name of the block to parse |
block_lines | Pointer to vector of MHO_VexLine objects representing the block |
- Returns
- mho_json object containing parsed block data or empty if parsing fails
◆ SetFormatDirectory()
void hops::MHO_VexBlockParser::SetFormatDirectory |
( |
std::string |
fdir | ) |
|
|
inline |
Setter for format directory.
- Parameters
-
fdir | New format directory path |
The documentation for this class was generated from the following files: