INOS
|
#include <cinostaskextmpl.h>
Public Member Functions | |
TINOSTaskExValDef (const char *Name, const char *Default, const char *ComboData=nullptr, uint32 Flags=0) | |
Creates a parameter definition object used by TINOSTaskExCmd templates. | |
CINOSTaskExMsgDefaultParam * | AddToMsg (CINOSTaskExMsg &aMsg) |
Adds a CINOSTaskExMsgDefaultParam that represent this definition to given message. Used by TINOSTaskExCmd. | |
Parameter definition template specialization that provides an interface to define string parameters for commands of type TINOSTaskExCmd.
|
inline |
Creates a parameter definition object used by TINOSTaskExCmd templates.
Name | const char* name of the parameter |
Value | const char* initial default value of the parameter |
ComboData | const char* combo data of the parameter |
Flags | uint32 flags of the INCO item of the parameter |
|
inline |
Adds a CINOSTaskExMsgDefaultParam that represent this definition to given message. Used by TINOSTaskExCmd.
aMsg | CINOSTaskExMsg& message where the param is added to. |