Chemical Data Processing Library C++ API - Version 1.1.1
|
Provides keys for built-in control-parameters. More...
Provides keys for built-in control-parameters.
|
extern |
Specifies whether non-fatal recoverable I/O errors should be ignored or cause an I/O operation to fail.
If the control-parameter is set to true
, not only severe errors cause an I/O operation to fail, but also non-fatal errors from which a recovery would be possible. If the control-parameter is set to false
, I/O operations will proceed even if a non-fatal error has been detected.
Value Type: bool
|
extern |
Specifies whether to check if data lines exceed the maximum allowed line length when reading or writing data in PDB [PDB] format.
If the control-parameter is set to true
, the length of data lines that were read from or have to be written to data encoded in one of the above mentioned formats will be checked against the maximum allowed line length. Lines that exceeded the line length limit are considered as an error condition and cause the input or output operation to fail. If CHECK_LINE_LENGTH
is false
, the length of data lines will not be checked and has no impact on the success of the performed I/O operation.
Value Type: bool
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |