Go to the source code of this file.
|
#define | CREATE_DIR(IDX, DIR, GUIDANCE) |
|
#define | SET_COMPONENTS_CMD(IDX, CMD, CMDLINE, DEFAULTS, GUIDANCE) |
|
#define | SET_ENABLED_CMD(IDX, CMD, CMDLINE, DEFAULT, GUIDANCE) |
|
#define | SET_OUTPUT_CMD(CMD, CMDLINE, DEFAULT, GUIDANCE) |
|
◆ CREATE_DIR
#define CREATE_DIR |
( |
|
IDX, |
|
|
|
DIR, |
|
|
|
GUIDANCE |
|
) |
| |
Value:
profileTypeDirs.at(IDX)->SetGuidance(GUIDANCE)
◆ SET_COMPONENTS_CMD
#define SET_COMPONENTS_CMD |
( |
|
IDX, |
|
|
|
CMD, |
|
|
|
CMDLINE, |
|
|
|
DEFAULTS, |
|
|
|
GUIDANCE |
|
) |
| |
Value: profileCompCmds.at(IDX).second = CMDLINE; \
profileCompCmds.at(IDX).first->SetDefaultValue(DEFAULTS); \
profileCompCmds.at(IDX).first->SetGuidance(GUIDANCE); \
◆ SET_ENABLED_CMD
#define SET_ENABLED_CMD |
( |
|
IDX, |
|
|
|
CMD, |
|
|
|
CMDLINE, |
|
|
|
DEFAULT, |
|
|
|
GUIDANCE |
|
) |
| |
Value: profileEnableCmds.at(IDX).second = CMDLINE; \
profileEnableCmds.at(IDX).first->SetDefaultValue(
DEFAULT); \
profileEnableCmds.at(IDX).first->SetGuidance(GUIDANCE); \
◆ SET_OUTPUT_CMD
#define SET_OUTPUT_CMD |
( |
|
CMD, |
|
|
|
CMDLINE, |
|
|
|
DEFAULT, |
|
|
|
GUIDANCE |
|
) |
| |
Value:
profileGeneralCmds.back().first->SetDefaultValue(
DEFAULT); \
profileGeneralCmds.back().first->SetGuidance(GUIDANCE); \
◆ Type