VieSched++
VieVS VLBI Scheduling Software
VieVS::ParameterGroup Class Reference

objects represents a group of any type (station, source, baseline) used only for creating and reading of the parameter.xlm file More...

#include <ParameterGroup.h>

Public Member Functions

 ParameterGroup (const std::string &name, const std::vector< std::string > &members)
 constructor More...
 

Public Attributes

std::string name
 group name More...
 
std::vector< std::string > members
 group members More...
 

Detailed Description

objects represents a group of any type (station, source, baseline) used only for creating and reading of the parameter.xlm file

Author
Matthias Schartner
Date
10.09.2017

Constructor & Destructor Documentation

ParameterGroup::ParameterGroup ( const std::string &  name,
const std::vector< std::string > &  members 
)

constructor

Author
Matthias Schartner
Parameters
namegroup name
membersvector of group members

Member Data Documentation

std::vector<std::string> VieVS::ParameterGroup::members

group members

std::string VieVS::ParameterGroup::name

group name


The documentation for this class was generated from the following files: