ARPDAS_QNX6 1.0
Functions | Variables
cis_stubs.c File Reference
#include "cmdalgo.h"
Include dependency graph for cis_stubs.c:

Go to the source code of this file.

Functions

void cis_initialize (void)
void cis_terminate (void)
void cis_interfaces (void)
void cis_interfaces_close (void)
int cmd_batch (char *cmd, int test)
void cmd_init (void)
void cmd_report (cmd_state *s)
int cmd_check (cmd_state *s)

Variables

char ci_version [] = ""

Function Documentation

void cis_initialize ( void  )

Definition at line 8 of file cis_stubs.c.

Referenced by ci_server().

Here is the caller graph for this function:

void cis_interfaces ( void  )

Definition at line 10 of file cis_stubs.c.

Referenced by ci_server().

Here is the caller graph for this function:

void cis_interfaces_close ( void  )

Definition at line 11 of file cis_stubs.c.

Referenced by process_quit().

Here is the caller graph for this function:

void cis_terminate ( void  )

Definition at line 9 of file cis_stubs.c.

int cmd_batch ( char *  cmd,
int  test 
)

Definition at line 12 of file cis_stubs.c.

Referenced by io_write().

Here is the caller graph for this function:

int cmd_check ( cmd_state s)

Definition at line 21 of file cis_stubs.c.

Referenced by cic_transmit().

Here is the caller graph for this function:

void cmd_init ( void  )

Definition at line 17 of file cis_stubs.c.

Referenced by io_write().

Here is the caller graph for this function:

void cmd_report ( cmd_state s)

Definition at line 18 of file cis_stubs.c.

Referenced by cic_transmit().

Here is the caller graph for this function:


Variable Documentation

char ci_version[] = ""

Definition at line 7 of file cis_stubs.c.

Referenced by ci_report_version(), cic_init(), and io_write().

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines