Parameters used in the Cut Generator process. More...
#include <BCP_cg_param.hpp>
Public Types | |
enum | chr_params { MessagePassingIsSerial, ReportWhenDefaultIsExecuted, CgVerb_First, CgVerb_Last, end_of_chr_params } |
Character parameters. More... | |
enum | int_params { NiceLevel, end_of_int_params } |
Integer parameters. More... | |
enum | dbl_params { dbl_dummy, end_of_dbl_params } |
There are no double parameters. More... | |
enum | str_params { LogFileName, end_of_str_params } |
String parameters. More... | |
enum | str_array_params { str_array_dummy, end_of_str_array_params } |
There are no string array parameters. More... | |
Parameters used in the Cut Generator process.
These parameters can be set in the original parameter file by including the following line:
BCP_{parameter name} {parameter value}
.
Definition at line 12 of file BCP_cg_param.hpp.
Character parameters.
All of these variables are used as booleans (true = 1, false = 0).
Definition at line 15 of file BCP_cg_param.hpp.
Integer parameters.
Enumerator | |
---|---|
NiceLevel |
The "nice" level the process should run at. On Linux and on AIX this value should be between -20 and 20. The higher this value the less resource the process will receive from the system. Note that
|
end_of_int_params |
Definition at line 32 of file BCP_cg_param.hpp.
There are no double parameters.
Enumerator | |
---|---|
dbl_dummy | |
end_of_dbl_params |
Definition at line 54 of file BCP_cg_param.hpp.
String parameters.
Definition at line 61 of file BCP_cg_param.hpp.
There are no string array parameters.
Enumerator | |
---|---|
str_array_dummy | |
end_of_str_array_params |
Definition at line 72 of file BCP_cg_param.hpp.