create Operation in Ast format
More...
#include <Ast.h>
|
std::ofstream | of |
| output stream object More...
|
|
|
static unsigned long | nextId = 0 |
| next id for this object type More...
|
|
create Operation in Ast format
- Author
- Matthias Schartner
- Date
- 26.02.2019
Ast::Ast |
( |
const std::string & |
file | ) |
|
|
explicit |
constructor
- Author
- Matthias Schartner
- Parameters
-
void Ast::experiment |
( |
const boost::property_tree::ptree & |
xml | ) |
|
|
private |
write experiment block
- Author
- Matthias Schartner
- Parameters
-
void Ast::scanOutput |
( |
const std::vector< Scan > & |
scans, |
|
|
const SourceList & |
sourceList, |
|
|
const std::vector< Station > & |
stations, |
|
|
const std::shared_ptr< const ObservingMode > & |
obsModes |
|
) |
| |
|
private |
write experiment block
- Author
- Matthias Schartner
- Parameters
-
scans | list of all scans |
sourceList | list of all sources |
stations | list of stations |
obsModes | observing modes |
void Ast::stationParameters |
( |
const Station & |
station, |
|
|
const std::shared_ptr< const ObservingMode > & |
obsModes |
|
) |
| |
|
private |
write experiment block
- Author
- Matthias Schartner
- Parameters
-
station | station |
obsModes | observing modes |
void Ast::writeAstFile |
( |
const Network & |
network, |
|
|
const SourceList & |
sourceList, |
|
|
const std::vector< Scan > & |
scans, |
|
|
const boost::property_tree::ptree & |
xml, |
|
|
const std::shared_ptr< const ObservingMode > & |
obsModes |
|
) |
| |
write ast file
- Author
- Matthias Schartner
- Parameters
-
network | station network |
sourceList | list of all sources |
scans | list of all scans |
xml | paramters.xml file |
obsModes | observing mode |
unsigned long Ast::nextId = 0 |
|
staticprivate |
next id for this object type
std::ofstream VieVS::Ast::of |
|
private |
The documentation for this class was generated from the following files:
- /home/travis/build/TUW-VieVS/VieSchedpp/Output/Ast.h
- /home/travis/build/TUW-VieVS/VieSchedpp/Output/Ast.cpp