ARPDAS_QNX6 1.0
Defines | Functions
SerSelector.cc File Reference
#include <errno.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include <termios.h>
#include "SerSelector.h"
#include "nortlib.h"
#include "nl_assert.h"
#include "msg.h"
Include dependency graph for SerSelector.cc:

Go to the source code of this file.

Defines

#define QERR_THRESHOLD   5

Functions

const char * ascii_escape (const char *ibuf, int len)
const char * ascii_escape (const std::string &s)
const char * ascii_esc (const char *str)

Define Documentation

#define QERR_THRESHOLD   5

Definition at line 242 of file SerSelector.cc.

Referenced by Ser_Sel::report_err().


Function Documentation

const char* ascii_esc ( const char *  str)

Named differently to disambiguate from C version in nortlib2. Invokes the C++ versions, which have no inherent length limitation and can deal with embedded NULs.

Definition at line 464 of file SerSelector.cc.

References ascii_escape().

Here is the call graph for this function:

const char* ascii_escape ( const char *  ibuf,
int  len 
)

Definition at line 421 of file SerSelector.cc.

const char* ascii_escape ( const std::string &  s)

Definition at line 454 of file SerSelector.cc.

References ascii_escape().

Here is the call graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines