librnr  1.14.5
RoadNarrows Robotics Common Library 1
Todo List
File hash.c
Convert the assert() error handling to appropriate return codes and librnr error handling.
File log.h
Define log class concepts whereby logging can be filtered by threshold and class.
LogClassSet(...), LogClassClear(), LogClassAdd(...), LogClassDel(...)
Class maps to a bit in a bitmap. All logging macros check loglevel and class bit.
Reserved names: 'all', 'none', 'common' (default)
Member LOG_SET_LOGFILE (const char *sLogFileName)
On file open add time-stamp first entry.
File sock.c

Socket_T *SocketOpenUnix(int ipPortUdp, int nType)

Socket_T *SocketOpenUnixPair(int nType)

fix cygwin shortcommings.

Member SocketOpenUnix (int ipPortUdp, int nType)
Create and open a new UNIX connectionless socket.
Member SocketOpenUnixPair (int nType)
Create and open a new UNIX pair socket.
File units.c
Add conversion functions to library.