Secure API configuration details for task. More...
#include <task.h>
Public Attributes | |
| int | service_uuid |
| char | service_name [32] |
| u32 | stack_size |
| char | entry_func [32] |
| pa_t | entry_point |
| u32 | elf_flag |
| char | file_path [255] |
| char | process_name [32] |
| int(* | process )(u32, void *, u32, void *, u32, struct otzc_encode_meta *, u32 *) |
| void * | data |
Secure API configuration details for task.
| void* sa_config_t::data |
Task data
| u32 sa_config_t::elf_flag |
flag to indicate cleanup and the presence of loader support
| char sa_config_t::entry_func[32] |
| pa_t sa_config_t::entry_point |
Entry point for the task
| char sa_config_t::file_path[255] |
file path
| int(* sa_config_t::process)(u32,void *, u32, void *, u32, struct otzc_encode_meta *, u32 *) |
| char sa_config_t::process_name[32] |
process name
| char sa_config_t::service_name[32] |
Service Name
| int sa_config_t::service_uuid |
Service UUID
| u32 sa_config_t::stack_size |
Stack size of the task
1.8.6