|
Appiko
|
#include <oper_manage.h>
Data Fields | |
| oper_list_t | oper_sel |
| uint32_t | slot_no |
| uint32_t | start_cond |
| uint32_t | end_cond |
Structure to store Condition slots information
Definition at line 51 of file oper_manage.h.
| uint32_t oper_manage_slot_t::end_cond |
Ending condition for slot
Definition at line 60 of file oper_manage.h.
Referenced by oper_manage_set_slot().
| oper_list_t oper_manage_slot_t::oper_sel |
Operation condition selection oper_list_t
Definition at line 54 of file oper_manage.h.
Referenced by oper_manage_set_slot().
| uint32_t oper_manage_slot_t::slot_no |
Slot number for given condition. Should be less than OPER_MANAGE_MAX_SLOTS
Definition at line 56 of file oper_manage.h.
Referenced by oper_manage_set_slot().
| uint32_t oper_manage_slot_t::start_cond |
Starting condition for slot
Definition at line 58 of file oper_manage.h.
Referenced by oper_manage_set_slot().
1.8.15