23 lines
529 B
C
23 lines
529 B
C
#define SGM 1
|
|
|
|
#define MODE_CHANGE 1
|
|
#define SUBSCRIBE 2
|
|
#define UNSUBSCRIBE 3
|
|
|
|
#define RUN_AS_SGM 2
|
|
#define RUN_AS_SEM 1
|
|
|
|
#define SGM_FEATURE "ESP"
|
|
#define SGM_VERSION "1.000"
|
|
|
|
|
|
#define SGM_SSDBUPDT_REQD 1
|
|
#define LICENSE_RETRY_COUNT 5
|
|
|
|
#define SGM_CONF_TABLE "sss_config"
|
|
#define SGM_REQ_MODE "mode"
|
|
#define SGM_SSDB_STATUS "status"
|
|
#define SGM_MAX_SUBSCR "max_subscriptions"
|
|
#define SGM_CURR_SUBSCR "curr_subscriptions"
|
|
|