ngc 1.5.0
 
Loading...
Searching...
No Matches
ngcbCMD.hpp File Reference
#include <ngc/core/ngcb.h>

Go to the source code of this file.

Classes

class  ngcb_cmd_handle_t
 
class  ngcbCMD_SRV
 
class  ngcb_cmd_t
 
class  ngcbCMD_LIST
 

Macros

#define ngcbCMD_LIST_SIZE   256
 
#define ngcbCMD_UPDATE   0x00000001
 
#define ngcbCMD_PROTECTED   0x00000002
 
#define ngcbCMD_PROTECT   0x00000004
 
#define ngcbCMD_INTERNAL   0x00000008
 
#define ngcbCMD_DISCARDED   0x00000010
 
#define ngcbCMD_ID_IVLD   -1
 
#define ngcbCMD_ID_NOT_SET   -2
 

Typedefs

typedef int(ngcbCMD_SRV::* ngcb_function_t) (ngcb_cmd_handle_t *handle, char *reply)
 

Detailed Description

Macro Definition Documentation

◆ ngcbCMD_DISCARDED

#define ngcbCMD_DISCARDED   0x00000010

◆ ngcbCMD_ID_IVLD

#define ngcbCMD_ID_IVLD   -1

◆ ngcbCMD_ID_NOT_SET

#define ngcbCMD_ID_NOT_SET   -2

◆ ngcbCMD_INTERNAL

#define ngcbCMD_INTERNAL   0x00000008

◆ ngcbCMD_LIST_SIZE

#define ngcbCMD_LIST_SIZE   256

Maximum command list size

◆ ngcbCMD_PROTECT

#define ngcbCMD_PROTECT   0x00000004

◆ ngcbCMD_PROTECTED

#define ngcbCMD_PROTECTED   0x00000002

◆ ngcbCMD_UPDATE

#define ngcbCMD_UPDATE   0x00000001

Typedef Documentation

◆ ngcb_function_t

typedef int(ngcbCMD_SRV::* ngcb_function_t) (ngcb_cmd_handle_t *handle, char *reply)

Command handler type