6 #include <yuni/core/getopt.h>
8 namespace Antares::TSGenerator
12 std::string studyFolder;
25 bool parseOptions(
int,
const char*[],
Settings&);
26 std::unique_ptr<Yuni::GetOpt::Parser> createTsGeneratorParser(
Settings&);
28 bool checkOptions(
Settings& options);
29 bool linkTSrequired(
Settings& options);
30 bool thermalTSrequired(
Settings& options);
Definition: tsGenerationOptions.h:11
bool allLinks
generate TS for all links if activated
Definition: tsGenerationOptions.h:20
bool allThermal
generate TS for all clusters if activated
Definition: tsGenerationOptions.h:15
std::string linksListToGen
generate TS for a list "area.link;area2.link2;"
Definition: tsGenerationOptions.h:22
std::string thermalListToGen
generate TS for a list "area.cluster;area2.cluster2;"
Definition: tsGenerationOptions.h:17