ARPDAS_QNX6 1.0
Defines | Functions
ci_cmdee.c File Reference
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
#include "nortlib.h"
#include "nl_assert.h"
#include "tm.h"
Include dependency graph for ci_cmdee.c:

Go to the source code of this file.

Defines

#define CMDEE_BUFSIZE   160

Functions

int ci_cmdee_init (const char *cmd_node)

Define Documentation

#define CMDEE_BUFSIZE   160

Initializes a read-only connection to the command server. Returns the file descriptor or -1. Errors are reported via nl_error with deference to nl_response.

Definition at line 17 of file ci_cmdee.c.

Referenced by ci_cmdee_init().


Function Documentation

int ci_cmdee_init ( const char *  cmd_node)

Definition at line 18 of file ci_cmdee.c.

References CMDEE_BUFSIZE, nl_assert, nl_error, nl_response, and tm_dev_name().

Here is the call graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines