Functions | |
| void | DIA_DISPLAY_MSG (const std::string &Smess, int Bstop) |
| Displays a user message with possible stop. | |
| void | DIA_IINPUT_MSG (const std::string &Squest, int Idef, int *Ival) |
| Input of an integer through the keyboard with a question and a default value. | |
| void | DIA_PRINT_OFF () |
| cancel nc bloks write in listing file | |
| void | DIA_PRINT_ON () |
| activate nc bloks write in listing file with tabulations | |
| void | DIA_RINPUT_MSG (const std::string &Squest, double Rdef, double *Rval) |
| Input of a real through the keyboard with a question and a default value. | |
| void | DIA_SINPUT_MSG (const std::string &Squest, const std::string &Sdef, std::string &Sval) |
| Input of a string through the keyboard with a question and a default string. | |
| void | msgBOX_ERROR (const std::string &Str) |
| call box error, but after three times the message is written in info windows | |
| void | msgBOX_WARNING (const std::string &Str) |
| call box warning, but after three times the message is written in info windows | |
| void | PPCLF_comment (const std::string &Str) |
| debugg comment procedure | |
| void | PPCLF_comment_v1 (const std::string &Str, double Rval1) |
| debugg comment procedure with a value | |
| void | PPCLF_comment_v2 (const std::string &Str, double Rval1, double Rval2) |
| debugg comment procedure with 2 values | |
| void | PPCLF_comment_v3 (const std::string &Str, double Rval1, double Rval2, double Rval3) |
| debugg comment procedure with 3 values | |
| void | PPCLF_comment_write (const std::string &Str) |
| debugg comment xcall | |
| void | PPCLF_debug (int Ityp) |
| modify DEBUG TRACE | |
Debugging functions
| void DIA_DISPLAY_MSG | ( | const std::string & | Smess, |
| int | Bstop ) |
Displays a user message with possible stop.
| [in] | Smess | message |
| [in] | Bstop | keyboard waiting after display CONST_NO,CONST_YES |
| void DIA_IINPUT_MSG | ( | const std::string & | Squest, |
| int | Idef, | ||
| int * | Ival ) |
Input of an integer through the keyboard
with a question and a default value.
| [in] | Squest | question |
| [in] | Idef | default value |
| [out] | Ival | entered value |
| void DIA_PRINT_OFF | ( | ) |
| void DIA_PRINT_ON | ( | ) |
activate nc bloks write in listing file with tabulations
| void DIA_RINPUT_MSG | ( | const std::string & | Squest, |
| double | Rdef, | ||
| double * | Rval ) |
Input of a real through the keyboard
with a question and a default value.
| [in] | Squest | question |
| [in] | Rdef | default value |
| [out] | Rval | entered value |
| void DIA_SINPUT_MSG | ( | const std::string & | Squest, |
| const std::string & | Sdef, | ||
| std::string & | Sval ) |
Input of a string through the keyboard
with a question and a default string.
| [in] | Squest | question |
| [in] | Sdef | default string |
| [out] | Sval | entered string |
| void msgBOX_ERROR | ( | const std::string & | Str | ) |
call box error,
but after three times the message is written in info windows
| void msgBOX_WARNING | ( | const std::string & | Str | ) |
call box warning,
but after three times the message is written in info windows
| void PPCLF_comment | ( | const std::string & | Str | ) |
debugg comment procedure
| void PPCLF_comment_v1 | ( | const std::string & | Str, |
| double | Rval1 ) |
debugg comment procedure with a value
| void PPCLF_comment_v2 | ( | const std::string & | Str, |
| double | Rval1, | ||
| double | Rval2 ) |
debugg comment procedure with 2 values
| void PPCLF_comment_v3 | ( | const std::string & | Str, |
| double | Rval1, | ||
| double | Rval2, | ||
| double | Rval3 ) |
debugg comment procedure with 3 values
| void PPCLF_comment_write | ( | const std::string & | Str | ) |
debugg comment xcall
| void PPCLF_debug | ( | int | Ityp | ) |