ARPDAS_QNX6 1.0
Public Member Functions | Private Attributes
cmdif_wr Class Reference

#include <cmdalgo.h>

List of all members.

Public Member Functions

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

Private Attributes

const char * name
const char * path
int ofd

Detailed Description

Definition at line 55 of file cmdalgo.h.


Constructor & Destructor Documentation

cmdif_wr::cmdif_wr ( const char *  name,
const char *  path 
)

Definition at line 543 of file cis.cc.

References name, ofd, and path.


Member Function Documentation

void cmdif_wr::Setup ( )

Definition at line 549 of file cis.cc.

References nl_error, ofd, path, and tm_dev_name().

Referenced by Turf().

Here is the call graph for this function:

Here is the caller graph for this function:

void cmdif_wr::Shutdown ( )

Definition at line 583 of file cis.cc.

References Turf().

Here is the call graph for this function:

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

Definition at line 555 of file cis.cc.

References CMD_MAX_COMMAND_OUT, name, nl_error, ofd, and Setup().

Referenced by Shutdown().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

const char* cmdif_wr::name [private]

Definition at line 62 of file cmdalgo.h.

Referenced by cmdif_wr(), and Turf().

int cmdif_wr::ofd [private]

Definition at line 64 of file cmdalgo.h.

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

const char* cmdif_wr::path [private]

Definition at line 63 of file cmdalgo.h.

Referenced by cmdif_wr(), and Setup().


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