You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
12 years ago | |
---|---|---|
.. | ||
BitVector.cpp | 13 years ago | |
BitVector.h | 13 years ago | |
BitVectorTest.cpp | 13 years ago | |
Configuration.cpp | 13 years ago | |
Configuration.h | 13 years ago | |
ConfigurationTest.cpp | 13 years ago | |
F16.h | 13 years ago | |
F16Test.cpp | 13 years ago | |
Interthread.h | 13 years ago | |
InterthreadTest.cpp | 13 years ago | |
LinkedLists.cpp | 13 years ago | |
LinkedLists.h | 13 years ago | |
LogTest.cpp | 13 years ago | |
Logger.cpp | 13 years ago | |
Logger.h | 13 years ago | |
Makefile.am | 13 years ago | |
README.common | 13 years ago | |
Regexp.h | 13 years ago | |
RegexpTest.cpp | 13 years ago | |
Sockets.cpp | 13 years ago | |
Sockets.h | 13 years ago | |
SocketsTest.cpp | 13 years ago | |
Threads.cpp | 12 years ago | |
Threads.h | 12 years ago | |
Timeval.cpp | 13 years ago | |
Timeval.h | 13 years ago | |
TimevalTest.cpp | 13 years ago | |
Vector.h | 13 years ago | |
VectorTest.cpp | 13 years ago | |
example.config | 13 years ago |
README.common
This directory contains common-use classes, most of which are not specific to GSM. Vector A vector class (NOT std::vector<>) that supports aliased subvectors. Not resizable. BitVector Bit-indexable vectors based on Vector. Interthread A set of C++ wrappers for pthread facilities. Sockets A set of C++ wrappers for Unix sockets. Timeval A C++ wraper for struct timeval. LinkLists Classes for simple linked lists of pointers. Do "make tests" to build a series of unit tests for these classes.