iLLD_TC29x
1.0
|
Shell protocol configuration. More...
#include </home/mclld/Libraries/release/iLLD_1_0_0_11_0/src/ifx/SrvSw/SysSe/Comm/Ifx_Shell.h>
Data Fields | |
boolean(* | start )(void *protocol, IfxStdIf_DPipe *io) |
void(* | execute )(void *protocol) |
void(* | onStart )(void *protocol, void *data) |
void * | onStartData |
void * | object |
boolean | started |
Shell protocol configuration.
Definition at line 98 of file Ifx_Shell.h.
void(* execute)(void *protocol) |
Definition at line 101 of file Ifx_Shell.h.
Referenced by Ifx_Shell_initConfig(), and Ifx_Shell_process().
void* object |
Definition at line 104 of file Ifx_Shell.h.
Referenced by Ifx_Shell_initConfig(), Ifx_Shell_process(), and Ifx_Shell_protocolStart().
void(* onStart)(void *protocol, void *data) |
Definition at line 102 of file Ifx_Shell.h.
Referenced by Ifx_Shell_initConfig(), and Ifx_Shell_protocolStart().
void* onStartData |
Definition at line 103 of file Ifx_Shell.h.
Referenced by Ifx_Shell_initConfig(), and Ifx_Shell_protocolStart().
boolean(* start)(void *protocol, IfxStdIf_DPipe *io) |
Definition at line 100 of file Ifx_Shell.h.
Referenced by Ifx_Shell_initConfig(), and Ifx_Shell_protocolStart().
boolean started |
Definition at line 105 of file Ifx_Shell.h.
Referenced by Ifx_Shell_init(), Ifx_Shell_initConfig(), Ifx_Shell_process(), and Ifx_Shell_protocolStart().