INOS
cinostaskexdef.h File Reference
#include <inos.h>
#include <cincotype.h>
#include <typeinfo>
Include dependency graph for cinostaskexdef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CINOSTaskExDef
 
class  CINOSTaskExMsgParam
 
class  CINOSTaskExMsgParam::CPtrContainer< void * >
 
class  CINOSTaskExMsgDefaultParam
 

Macros

#define DF_INOS_TASKEX_MSG_PARAM_NAME_LENGTH   32
 

Typedefs

typedef uint32 tMcAppError
 

Detailed Description

Author
R. Zulliger
Remarks
project         : INOS
language        : Gnu C++
system          : Power-PC

Typedef Documentation

◆ tMcAppError

typedef for application errors (see inoserror.h). It's called 'Error' but in fact, the 'mc message codes' may also just be used for warnings. Note: We refused to use tMcMsgCode because it interfers with the "MsgCode" of TaskExMessage that is used to store 'which command' it was (e.g. eCmdOn, etc.).