Application Core API type definitions#
Modules#
Enumerations#
enum
SETTING_ERROR_FLAG_BIT = 0
CONNECTION_FAILED_ERROR_FLAG_BIT
SET_NETWORK_SIZE_ERROR_FLAG_BIT
SET_TX_POWER_ERROR_FLAG_BIT
SET_DWELL_INTERVAL_ERROR_FLAG_BIT
SET_MAC_ADDR_ERROR_FLAG_BIT
SET_ALLOW_MAC_ADDR_ERROR_FLAG_BIT
SET_DENY_MAC_ADDR_ERROR_FLAG_BIT
SET_TRUSTED_CERTIFICATE_ERROR_FLAG_BIT
SET_DEVICE_CERTIFICATE_ERROR_FLAG_BIT
SET_DEVICE_PRIVATE_KEY_ERROR_FLAG_BIT
GET_RF_SETTINGS_ERROR_FLAG_BIT
}
Error flag bits enum type definition.
Typedefs#
typedef enum app_core_error_state_flag
Error flag bits enum type definition.
typedef struct current_addr
Current address storage structure definition.
typedef struct regulation_thresholds
Regulation thresholds.
typedef struct app_core_time_stat
Application time statistic.
Enumeration Documentation#
app_core_error_state_flag#
app_core_error_state_flag
Error flag bits enum type definition.
Enumerator | |
---|---|
SETTING_ERROR_FLAG_BIT | Setting Error Flag bit. |
CONNECTION_FAILED_ERROR_FLAG_BIT | Connection Failed Error Flag bit. |
SET_NETWORK_SIZE_ERROR_FLAG_BIT | Network Size Error Flag bit. |
SET_TX_POWER_ERROR_FLAG_BIT | TX Power Error Flag bit. |
SET_DWELL_INTERVAL_ERROR_FLAG_BIT | Dwel interval Error flag bit. |
SET_MAC_ADDR_ERROR_FLAG_BIT | Setting MAC address Error Flag bit. |
SET_ALLOW_MAC_ADDR_ERROR_FLAG_BIT | setting Allow mac address Error Flag bit |
SET_DENY_MAC_ADDR_ERROR_FLAG_BIT | setting Deny mac address Error Flag bit |
SET_TRUSTED_CERTIFICATE_ERROR_FLAG_BIT | Trusted Certificate Error Flag bit. |
SET_DEVICE_CERTIFICATE_ERROR_FLAG_BIT | Device Certificate Error Flag bit. |
SET_DEVICE_PRIVATE_KEY_ERROR_FLAG_BIT | Device Private Key Error Flag bit. |
GET_RF_SETTINGS_ERROR_FLAG_BIT | Get RF Setting Error Flag bit. |
Definition at line
67
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/app_core/sl_wisun_app_core.h
Typedef Documentation#
app_core_error_state_flag_t#
typedef enum app_core_error_state_flag app_core_error_state_flag_t
Error flag bits enum type definition.
Definition at line
92
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/app_core/sl_wisun_app_core.h
current_addr_t#
typedef struct current_addr current_addr_t
Current address storage structure definition.
Definition at line
106
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/app_core/sl_wisun_app_core.h
regulation_thresholds_t#
typedef struct regulation_thresholds regulation_thresholds_t
Regulation thresholds.
Definition at line
114
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/app_core/sl_wisun_app_core.h
app_core_time_stat_t#
typedef struct app_core_time_stat app_core_time_stat_t
Application time statistic.
Definition at line
130
of file /mnt/raid/workspaces/ws.Mae4JfP9d/overlay/gsdk/app/wisun/component/app_core/sl_wisun_app_core.h