typedef struct cmlabs::tagBITMAPFILEHEADER cmlabs::BITMAPFILEHEADER |
typedef struct cmlabs::tagBITMAPINFOHEADER cmlabs::BITMAPINFOHEADER |
typedef unsigned char cmlabs::BYTE |
typedef struct DIR cmlabs::DIR |
Definition at line 53 of file direntwin.h.
typedef char*(* cmlabs::DLLCheckFunction)() |
typedef int(* cmlabs::DLLFunction)(Messenger *messenger) |
typedef int(* cmlabs::DLLUnitTestFunction)(ObjectCollection *col) |
typedef unsigned int cmlabs::DWORD |
typedef struct cmlabs::_IPNumber cmlabs::IPNumber |
typedef signed int cmlabs::LONG |
typedef unsigned int cmlabs::UINT |
typedef struct cmlabs::tagRGBA cmlabs::valRGBA |
typedef unsigned short cmlabs::WORD |
bool cmlabs::calcTimeout | ( | struct timespec & | timeout, | |
struct timeval & | now, | |||
long | ms | |||
) |
Definition at line 331 of file JSemaphore_Linux.cpp.
int cmlabs::closedir | ( | DIR * | dir | ) |
Definition at line 118 of file direntwin.cpp.
CMMap * cmlabs::CMMapFromObject | ( | Object * | obj | ) |
Definition at line 1364 of file CogMapObjects.cpp.
CMObject * cmlabs::CMObjectFromObject | ( | Object * | obj | ) |
Definition at line 1349 of file CogMapObjects.cpp.
struct HashTable * cmlabs::create_hashtable | ( | unsigned int | minsize | ) | [read] |
Definition at line 3228 of file ObjectTable.cpp.
MediaTestServer * cmlabs::createMediaTestServer | ( | int & | port, | |
const JString & | name, | |||
int | count, | |||
bool | continuous | |||
) |
Definition at line 2049 of file MediaServer.cpp.
char cmlabs::Dec2Char | ( | char * | str | ) |
Definition at line 2172 of file JString.cpp.
unsigned long cmlabs::hash | ( | unsigned long | hashkey | ) |
Definition at line 3250 of file ObjectTable.cpp.
static unsigned int cmlabs::hash2index | ( | unsigned int | length, | |
unsigned long | hash | |||
) | [static] |
Definition at line 54 of file ObjectTable.h.
unsigned int cmlabs::hashtable_count | ( | const struct HashTable * | h | ) |
Definition at line 3317 of file ObjectTable.cpp.
void cmlabs::hashtable_destroy | ( | struct HashTable * | h | ) |
Definition at line 3490 of file ObjectTable.cpp.
static int cmlabs::hashtable_expand | ( | struct HashTable * | h | ) | [static] |
Definition at line 3260 of file ObjectTable.cpp.
bool cmlabs::hashtable_insert_key | ( | struct HashTable * | h, | |
CollectionEntry * | entry | |||
) |
Definition at line 3322 of file ObjectTable.cpp.
bool cmlabs::hashtable_insert_value | ( | struct HashTable * | h, | |
CollectionEntry * | entry | |||
) |
Definition at line 3345 of file ObjectTable.cpp.
bool cmlabs::hashtable_remove_key | ( | struct HashTable * | h, | |
const CollectionEntry * | entry | |||
) |
Definition at line 3432 of file ObjectTable.cpp.
bool cmlabs::hashtable_remove_value | ( | struct HashTable * | h, | |
const CollectionEntry * | entry | |||
) |
Definition at line 3460 of file ObjectTable.cpp.
CollectionEntry * cmlabs::hashtable_search_key | ( | const struct HashTable * | h, | |
const Object * | key | |||
) |
Definition at line 3370 of file ObjectTable.cpp.
CollectionEntry * cmlabs::hashtable_search_value | ( | const struct HashTable * | h, | |
const Object * | value | |||
) |
Definition at line 3388 of file ObjectTable.cpp.
ObjectCollection * cmlabs::hashtable_search_values | ( | const struct HashTable * | h, | |
const Object * | value | |||
) |
Definition at line 3407 of file ObjectTable.cpp.
char cmlabs::Hex2Char | ( | char * | str | ) |
Definition at line 2176 of file JString.cpp.
char cmlabs::HTML2Char | ( | char * | s | ) |
Definition at line 2132 of file JString.cpp.
char * cmlabs::ImageResizeDown | ( | char * | bytesource, | |
int & | cols, | |||
int & | rows, | |||
int | factor | |||
) |
Definition at line 3182 of file Bitmap.cpp.
char * cmlabs::ImageResizeDown66 | ( | char * | bytesource, | |
int & | cols, | |||
int & | rows | |||
) |
Definition at line 2810 of file Bitmap.cpp.
char * cmlabs::ImageResizeUp | ( | char * | bytesource, | |
int & | cols, | |||
int & | rows, | |||
int | factor | |||
) |
Definition at line 3268 of file Bitmap.cpp.
char * cmlabs::ImageResizeUp66 | ( | char * | bytesource, | |
int & | cols, | |||
int & | rows | |||
) |
Definition at line 2975 of file Bitmap.cpp.
DIR * cmlabs::opendir | ( | const char * | name | ) |
Definition at line 77 of file direntwin.cpp.
struct dirent * cmlabs::readdir | ( | DIR * | dir | ) | [read] |
Definition at line 141 of file direntwin.cpp.
void cmlabs::rewinddir | ( | DIR * | dir | ) |
Definition at line 161 of file direntwin.cpp.
bool cmlabs::runMediaTestClient | ( | const JString & | name, | |
const TCPLocation & | loc | |||
) |
Definition at line 2080 of file MediaServer.cpp.
bool cmlabs::runMediaTestClient | ( | const JString & | name, | |
const JString & | host, | |||
int | testport | |||
) |
Definition at line 2071 of file MediaServer.cpp.
bool cmlabs::runSystemTest | ( | int | testport | ) |
Definition at line 38 of file CoreTest.cpp.
JString cmlabs::runTest | ( | int | c | ) |
Definition at line 95 of file CoreTest.cpp.
void cmlabs::runTests | ( | int | cnsport, | |
JString | testlib | |||
) |
Definition at line 42 of file CoreTest.cpp.
void cmlabs::runXMLParseTest | ( | ) |
void * cmlabs::staticRunThread | ( | void * | arg | ) |
Definition at line 766 of file JThread_Linux.cpp.
void cmlabs::test | ( | Object * | obj | ) |
Definition at line 173 of file CoreTest.cpp.
void cmlabs::testCommunicationRecorder | ( | ) |
Definition at line 380 of file CoreTest.cpp.
void cmlabs::testJThread | ( | JThread * | obj | ) |
Definition at line 205 of file CoreTest.cpp.
void cmlabs::testMediaServer | ( | MediaServer * | obj, | |
int | testport | |||
) |
Definition at line 327 of file CoreTest.cpp.
void cmlabs::testNetwork | ( | Network * | network, | |
int | testport | |||
) |
Definition at line 238 of file CoreTest.cpp.
void cmlabs::testSockets | ( | SocketTester * | obj | ) |
Definition at line 285 of file CoreTest.cpp.
JString cmlabs::testText | ( | Object * | obj | ) |
Definition at line 189 of file CoreTest.cpp.
JString cmlabs::testTextMediaServer | ( | MediaServer * | obj, | |
int | testport | |||
) |
Definition at line 356 of file CoreTest.cpp.
JString cmlabs::testTextNetwork | ( | Network * | network, | |
int | testport | |||
) |
Definition at line 263 of file CoreTest.cpp.
JString cmlabs::testTextSockets | ( | SocketTester * | obj | ) |
Definition at line 306 of file CoreTest.cpp.
JString cmlabs::testTextThread | ( | JThread * | obj | ) |
Definition at line 223 of file CoreTest.cpp.
Definition at line 74 of file JThread.cpp.
char* cmlabs::cGREP_errors[] |
Initial value:
{ "Invalid argument", "Insufficient expression", "Parse overload", "Mismatched () or []", "Extraneous characters", "Illegal use of * or +", "Illegal nesting", "Illegal [] range", "Illegal ?, +, or * usage", "Illegal backslashes", NULL}
Definition at line 3054 of file JString.cpp.
char* cmlabs::CPUArch = NULL |
Definition at line 42 of file JThread_Linux.cpp.
double cmlabs::CPUSpeed = 0 |
Definition at line 41 of file JThread_Linux.cpp.
Definition at line 60 of file InfoItem.cpp.
int cmlabs::debugLevel = 0 |
Definition at line 34 of file CoreTest.cpp.
Definition at line 59 of file InfoItem.cpp.
const double cmlabs::maximum_fill = 0.65 |
Definition at line 3224 of file ObjectTable.cpp.
int cmlabs::NumberOfCPUs = 0 |
Definition at line 39 of file JThread_Linux.cpp.
Definition at line 65 of file InfoItem.cpp.
double cmlabs::OSMemory = 0 |
Definition at line 40 of file JThread_Linux.cpp.
char* cmlabs::OSName = NULL |
Definition at line 44 of file JThread_Linux.cpp.
char* cmlabs::OSVersion = NULL |
Definition at line 43 of file JThread_Linux.cpp.
const unsigned int cmlabs::primelen = sizeof(primenumbers)/sizeof(primenumbers[0]) |
Definition at line 3225 of file ObjectTable.cpp.
const unsigned int cmlabs::primenumbers[] [static] |
Initial value:
{ 53, 97, 193, 389, 769, 1543, 3079, 6151, 12289, 24593, 49157, 98317, 196613, 393241, 786433, 1572869, 3145739, 6291469, 12582917, 25165843, 50331653, 100663319, 201326611, 402653189, 805306457, 1610612741}
Definition at line 3217 of file ObjectTable.cpp.
int cmlabs::processid = 0 [static] |
Definition at line 43 of file Object.cpp.
int cmlabs::verboseness = 1 |
Definition at line 35 of file CoreTest.cpp.