|
| int | ecyc_B_PARAMETRE (int index, const std::string &txt, int bval) |
| | Write a boolean parameter in a macro.
|
| |
| int | ecyc_C_PARAMETRE (const std::string &txt) |
| | Write a comment in a macro.
|
| |
| int | ecyc_DOMAINE_PARAMETRE (const std::string &interval) |
| | Write a interval mode of this parameter.
This function use between format and definition.
|
| |
| int | ecyc_E_PARAMETRE (int index, const std::string &txt, int ival) |
| | Write a integer parameter in a macro.
|
| |
| int | ecyc_FORMAT_PARAMETRE (int format, int line, int column, int large, int height) |
| | Define the parameter format.
|
| |
| int | ecyc_R_PARAMETRE (int index, const std::string &txt, double rval) |
| | Write a real parameter in a macro.
|
| |
| int | ecyc_S_PARAMETRE (int index, const std::string &txt, const std::string &sval) |
| | Write a string parameter in a macro.
|
| |
| int | ecyc_T_PARAMETRE (const std::string &txt) |
| | Write a separator in a macro.
|
| |
| int | ecyc_TITRE_PARAMETRE (const std::string &txt) |
| | Write a title in a macro.
|
| |
Macro parameters
Display Allows the creation and management of the display of a dialog box containing parameters
- Attention
- The functions of this module are reserved for Pascal. They do not work in COM mode (VB net, C ++, C # ...)
For COM, the dialog boxes are managed from the GO2cam client application
◆ ecyc_B_PARAMETRE()
| int ecyc_B_PARAMETRE |
( |
int | index, |
|
|
const std::string & | txt, |
|
|
int | bval ) |
Write a boolean parameter in a macro.
- Parameters
-
| [in] | index | Index of parameter ETF_PARAM1... |
| [in] | txt | Text of the parameter. Answer are separate by a dash.
for example 'Right-Left' |
| [in] | bval | Default boolean value of the parameter |
int ecyc_B_PARAMETRE(int index, const std::string &txt, int bval)
Write a boolean parameter in a macro.
Definition pa_cyc01.c:185
- See also
- ecyc_FORMAT_PARAMETRE, ecyc_DOMAINE_PARAMETRE
◆ ecyc_C_PARAMETRE()
| int ecyc_C_PARAMETRE |
( |
const std::string & | txt | ) |
|
Write a comment in a macro.
- Parameters
-
int ecyc_C_PARAMETRE(const std::string &txt)
Write a comment in a macro.
Definition pa_cyc01.c:301
- See also
- ecyc_FORMAT_PARAMETRE
◆ ecyc_DOMAINE_PARAMETRE()
| int ecyc_DOMAINE_PARAMETRE |
( |
const std::string & | interval | ) |
|
Write a interval mode of this parameter.
This function use between format and definition.
- Version
- 4.3
- Parameters
-
| [in] | interval | Interval definition [10..20] |
{ 10,20,30, 50 --> 60 , 80 --> 100 : OK }
{ 6.283 , 0.0 --> 3.14159 : OK }
int ecyc_R_PARAMETRE(int index, const std::string &txt, double rval)
Write a real parameter in a macro.
Definition pa_cyc01.c:224
int ecyc_E_PARAMETRE(int index, const std::string &txt, int ival)
Write a integer parameter in a macro.
Definition pa_cyc01.c:143
int ecyc_FORMAT_PARAMETRE(int format, int line, int column, int large, int height)
Define the parameter format.
Definition pa_cyc01.c:42
int ecyc_DOMAINE_PARAMETRE(const std::string &interval)
Write a interval mode of this parameter. This function use between format and definition.
Definition pa_cyc01.c:402
- See also
- ecyc_FORMAT_PARAMETRE
◆ ecyc_E_PARAMETRE()
| int ecyc_E_PARAMETRE |
( |
int | index, |
|
|
const std::string & | txt, |
|
|
int | ival ) |
Write a integer parameter in a macro.
- Parameters
-
| [in] | index | index of parameter ETF_PARAM1... |
| [in] | txt | Text of the parameter. Request and answer are separate by a dash.
for example 'Side-Rigth-Middle-Left' |
| [in] | ival | Default integer value of the parameter |
- See also
- ecyc_FORMAT_PARAMETRE, ecyc_DOMAINE_PARAMETRE
◆ ecyc_FORMAT_PARAMETRE()
| int ecyc_FORMAT_PARAMETRE |
( |
int | format, |
|
|
int | line, |
|
|
int | column, |
|
|
int | large, |
|
|
int | height ) |
◆ ecyc_R_PARAMETRE()
| int ecyc_R_PARAMETRE |
( |
int | index, |
|
|
const std::string & | txt, |
|
|
double | rval ) |
Write a real parameter in a macro.
- Parameters
-
| [in] | index | Index of the parameter RTF_PARAM1... |
| [in] | txt | Text of the parameter. |
| [in] | rval | Default real value of the parameter |
- See also
- ecyc_FORMAT_PARAMETRE, ecyc_DOMAINE_PARAMETRE
◆ ecyc_S_PARAMETRE()
| int ecyc_S_PARAMETRE |
( |
int | index, |
|
|
const std::string & | txt, |
|
|
const std::string & | sval ) |
Write a string parameter in a macro.
- Parameters
-
| [in] | index | Index of the parameter STF_PARAM1... |
| [in] | txt | Text of the parameter. |
| [in] | sval | Default string value of the parameter |
int ecyc_S_PARAMETRE(int index, const std::string &txt, const std::string &sval)
Write a string parameter in a macro.
Definition pa_cyc01.c:262
- See also
- ecyc_FORMAT_PARAMETRE, ecyc_DOMAINE_PARAMETRE
◆ ecyc_T_PARAMETRE()
| int ecyc_T_PARAMETRE |
( |
const std::string & | txt | ) |
|
Write a separator in a macro.
- Parameters
-
int ecyc_T_PARAMETRE(const std::string &txt)
Write a separator in a macro.
Definition pa_cyc01.c:368
- See also
- ecyc_FORMAT_PARAMETRE
◆ ecyc_TITRE_PARAMETRE()
| int ecyc_TITRE_PARAMETRE |
( |
const std::string & | txt | ) |
|
Write a title in a macro.
- Parameters
-
| [in] | txt | Title in the macro |
int ecyc_TITRE_PARAMETRE(const std::string &txt)
Write a title in a macro.
Definition pa_cyc01.c:335