36#ifndef __CUSTOMPROC_COMMAND_BASE_H__
37#define __CUSTOMPROC_COMMAND_BASE_H__
41namespace CustomprocCommand
51 typedef command_type CmdType;
58 typedef process_mode ProcMode;
65 typedef data_type DataType;
73 typedef result_code ResultCode;
145 uint32_t result_code;
160 InitParamBase init_cmd;
161 ExecParamBase exec_cmd;
162 FlushParamBase flush_cmd;
163 SetParamBase set_cmd;
Definition customproc_command_base.h:76
Definition customproc_command_base.h:154
Definition customproc_command_base.h:84
Definition customproc_command_base.h:105
Definition customproc_command_base.h:116
Definition customproc_command_base.h:92
Definition customproc_command_base.h:144
Definition customproc_command_base.h:131