iLLD_TC27xD  1.0
Ifx_Shell_Protocol Struct Reference

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
 

Detailed Description

Shell protocol configuration.

Definition at line 98 of file Ifx_Shell.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: