|
|
virtual real64 | GetMinValue () override |
| |
|
virtual void | SetMinValue (real64 aMinValue) |
| |
|
virtual real64 | GetMaxValue () override |
| |
|
virtual void | SetMaxValue (real64 aMaxValue) |
| |
|
virtual const char * | GetUnit () override |
| |
|
virtual void | SetUnit (const char *apUnit) |
| |
|
virtual uint64 | GetCharacteristics () override |
| |
|
virtual void | SetCharacteristics (uint64 auCharacteristics) |
| |
|
virtual const char * | GetComboData () override |
| |
|
virtual void | SetComboData (const char *apComboData) |
| |
|
| CINOSTaskExMsgDefaultParam () |
| | constructor
|
| |
|
| CINOSTaskExMsgDefaultParam (const CINOSTaskExMsgDefaultParam &a) |
| | copy constructor
|
| |
| template<typename T > |
| | CINOSTaskExMsgDefaultParam (T aValue) |
| |
| | CINOSTaskExMsgDefaultParam (char *aValue) |
| |
| | CINOSTaskExMsgDefaultParam (const char *aValue) |
| |
|
virtual CINOSTaskExMsgParam * | Clone () override |
| | clone function (to be able to copy also derived member variables)
|
| |
|
virtual | ~CINOSTaskExMsgDefaultParam () |
| | destructor
|
| |
|
char * | GetName () |
| |
|
const char * | GetName () const |
| |
|
uint16 | GetType () const |
| |
|
uint32 | GetFlag () |
| | get param flags
|
| |
| uint32 | GetTypeSize () const |
| |
|
const std::type_info * | GetTypeInfo () const |
| |
|
void * | GetValue () |
| |
|
const void * | GetValue () const |
| |
| template<typename T > |
| T | GetTypedValue () const |
| |
|
template<typename T > |
| uint32 | SetTypedValue (T aValue) |
| | SetTypedValue.
|
| |
|
uint32 | SetTypedValue (const char *value) |
| | SetTypedValue, makes the cast internally.
|
| |
| uint32 | GetValueBufferSize () |
| |
|
void | SetValue (const char *apValue, bool abInINCOVContext) |
| |
| void | SetValue (const void *apValue, const uint32 auDataLength, bool abInINCOVContext) |
| |
|
void | SetName (const char *apName) |
| |
|
virtual void | SetFlag (uint32 auFlag) |
| |
|
virtual void | ClearFlag (uint32 auFlag) |
| |
|
bool | IsNumber () const |
| |
|
bool | IsString () const |
| |
|
void | ToString (char *apDest, uint32 aSize) |
| | Writes the string representation into the buffer, always 0 determinated.
|
| |
| void | AddPrintfFormat (char *&apDest, bool abWithReadabilitySupport) |
| |
| int32 | ToINCOValue (uint16 *apINCOType, uint8 *apINCOValue, const uint32 auBufferSize, const uint32 auDataLength, const bool abCut=false) const |
| |
| CINOSTaskExMsgParam * | GetNext () const |
| |
|
void | SetNext (CINOSTaskExMsgParam *apParam) |
| |
| template<typename T > |
| | CINOSTaskExMsgParam (T aValue, const char *apName=NULL, bool abInINCOVContext=false) |
| |
| | CINOSTaskExMsgParam (char *aValue, const char *apName=NULL, bool abInINCOVContext=false) |
| |
| | CINOSTaskExMsgParam (const char *aValue, const char *apName=NULL, bool abInINCOVContext=false) |
| |
|
| CINOSTaskExMsgParam (CINOSTaskExMsgParam &&a) |
| | Move CTOR used by e.g. CINCOVServerSession::AsyncResultReady.
|
| |
|
virtual | ~CINOSTaskExMsgParam () |
| | destructor
|
| |
|
template<> |
| char * | GetTypedValue () const |
| |