![]() |
librnr
1.14.5
RoadNarrows Robotics Common Library 1
|
| ▼ docs | |
| ▼ doxy | |
| examples.doxy | |
| main.doxy | |
| ▼ examples | |
| example_assoc.c | Example of a librnr simple associative map operations |
| example_checksum.c | Example of librnr support for checksum algorithms |
| example_config.c | Example of using the librnr config module |
| example_cpp.cxx | Nonsensical example that merely test compiling and linking a C++ applciation agains librnr C library |
| example_dlist.c | Example of a librnr "derived" DListVoid doubly-linked lists |
| example_dlist.h | Example of a "derived" DListVoid doubly-linked lists |
| example_hash.c | Example of using a librnr hash table |
| example_log.c | Example of librnr support for logging and command-line options processing |
| example_shm.c | Example of librnr support for shared memory |
| example_uri.c | Example of using the librnr URI utilities |
| Makefile | Make librnr example applications |
| ▼ include | |
| ▼ rnr | |
| assoc.h | Simple associative map data and operator declarations |
| char.h | Simple character manipulations |
| checksum.h | Checksum algorithms |
| color.h | Non-GUI color systems |
| config.h | Configuration parser declarations |
| dlist.h | Doubly linked list base implementation |
| dliststr.h | Doubly linked list of character strings "inherited" from dlistvoid |
| dlistvoid.h | Doubly linked list (dlist) of data pointers #defines, types, and declarations |
| hash.h | General purpose hash data and function declarations |
| install.h | Package installation information wrapper |
| log.h | Logger declarations |
| new.h | Memory allocation and deallocation declarations |
| opts.h | Standard command-line options options and parsing |
| path.h | General file name and file path utility declarations |
| pkg.h | RoadNarrows Robotics standard package information |
| rnrconfig.h | RoadNarrows Robotics common configuration file |
| shm.h | Shared memory interface |
| simplebuf.h | Simple [io] buffer declarations and operations |
| sock.h | Socket services declarations |
| sockset.h | Socket Sets services definitions |
| units.h | Scientific units |
| uri.h | Uniform Resource Identifier (URI) parsing utilities declarations |
| version.h | Package version information |
| ▼ make | |
| Bootstrap.mk | Bootstrap the RN Make System location and define any simple package-specific environment |
| Pkg.mk | The RoadNarrows Robotics librnr package master makefile |
| upload.sh | |
| utenv.sh | |
| assoc.c | Simple associvative map operator definitions |
| char.c | Simple character manipulations |
| checksum.c | Checksum algorithms |
| color.c | Non-GUI color systems |
| config.c | Configuration parser definitions |
| dlistvoid.c | Doubly linked list (dlist) of void pointers definitions |
| Makefile | Top-level librnr makefile |
| hash.c | General purpose hash data and function declarations |
| log.c | Logger definitions |
| new.c | Memory allocation and deallocation definitions |
| opts.c | Standard command-line options built-in options parsing and validation definitions |
| path.c | General file name and file path utilities |
| shm.c | Shared memory routines |
| simplebuf.c | Simple [io] buffer declarations and operations |
| sock.c | Socket services definitions |
| sockset.c | Socket Sets services definitions |
| units.c | Units names, conversions, etc |
| uri.c | Uniform Resource Identifier (URI) parsing utiliies |
| win.c | Windows functions for linux |