|
INOS
|
#include <cinostaskextmpl.h>
Public Member Functions | |
| TINOSTaskExValDef (const char *Name, bool Value, uint32 Characteristics=0, 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 bool for commands of type TINOSTaskExCmd.
|
inline |
Creates a parameter definition object used by TINOSTaskExCmd templates.
| Name | const char* name of the parameter |
| Value | bool initial default value of the parameter |
| Characteristics | uint32 characteristics of the INCO item 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. |