ARPDAS_QNX6 1.0
Public Member Functions | Private Attributes
cmdif_rd Class Reference

#include <cmdalgo.h>

List of all members.

Public Member Functions

 cmdif_rd (const char *name)
void Setup ()
void Turf (const char *fmt,...)
void Shutdown ()

Private Attributes

const char * name
IOFUNC_ATTR_T * handle

Detailed Description

Definition at line 44 of file cmdalgo.h.


Constructor & Destructor Documentation

cmdif_rd::cmdif_rd ( const char *  name)

Definition at line 500 of file cis.cc.

References handle, and name.


Member Function Documentation

void cmdif_rd::Setup ( )

Definition at line 535 of file cis.cc.

References cis_setup_rdr(), handle, and name.

Here is the call graph for this function:

void cmdif_rd::Shutdown ( )

Definition at line 539 of file cis.cc.

References Turf().

Here is the call graph for this function:

void cmdif_rd::Turf ( const char *  fmt,
  ... 
)

Definition at line 505 of file cis.cc.

References assert, CMD_MAX_COMMAND_OUT, command_out_s::cmdlen, command_out_s::command, handle, IOFUNC_OCB_T, new_command(), command_out_s::next, nl_error, and read_reply().

Referenced by Shutdown().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

IOFUNC_ATTR_T* cmdif_rd::handle [private]

Definition at line 52 of file cmdalgo.h.

Referenced by cmdif_rd(), Setup(), and Turf().

const char* cmdif_rd::name [private]

Definition at line 51 of file cmdalgo.h.

Referenced by cmdif_rd(), and Setup().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines