HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
CLIConfig Struct Reference

#include <hart_cliconfig.hpp>

Public Member Functions

void initCommandLineArgs ()
 
CLI::App & getCLIApp ()
 
std::string getDataRootPath ()
 
uint_fast32_t getRandomSeed ()
 
int getLinDecimals ()
 
int getDbDecimals ()
 
int getSecDecimals ()
 
int getHzDecimals ()
 
int getRadDecimals ()
 
bool shouldRunGenerators ()
 
bool shouldShuffleTasks ()
 

Static Public Member Functions

static CLIConfiggetInstance ()
 

Detailed Description

Definition at line 9 of file hart_cliconfig.hpp.

Member Function Documentation

◆ getInstance()

static CLIConfig & getInstance ( )
inlinestatic

Definition at line 12 of file hart_cliconfig.hpp.

◆ initCommandLineArgs()

void initCommandLineArgs ( )
inline

Definition at line 18 of file hart_cliconfig.hpp.

◆ getCLIApp()

CLI::App & getCLIApp ( )
inline

Definition at line 58 of file hart_cliconfig.hpp.

◆ getDataRootPath()

std::string getDataRootPath ( )
inline

Definition at line 60 of file hart_cliconfig.hpp.

◆ getRandomSeed()

uint_fast32_t getRandomSeed ( )
inline

Definition at line 61 of file hart_cliconfig.hpp.

◆ getLinDecimals()

int getLinDecimals ( )
inline
See also
linPrecision

Definition at line 64 of file hart_cliconfig.hpp.

◆ getDbDecimals()

int getDbDecimals ( )
inline
See also
dbPrecision

Definition at line 67 of file hart_cliconfig.hpp.

◆ getSecDecimals()

int getSecDecimals ( )
inline
See also
secPrecision

Definition at line 70 of file hart_cliconfig.hpp.

◆ getHzDecimals()

int getHzDecimals ( )
inline
See also
hzPrecision

Definition at line 73 of file hart_cliconfig.hpp.

◆ getRadDecimals()

int getRadDecimals ( )
inline
See also
radPrecision

Definition at line 76 of file hart_cliconfig.hpp.

◆ shouldRunGenerators()

bool shouldRunGenerators ( )
inline

Definition at line 78 of file hart_cliconfig.hpp.

◆ shouldShuffleTasks()

bool shouldShuffleTasks ( )
inline

Definition at line 79 of file hart_cliconfig.hpp.


The documentation for this struct was generated from the following file: