Account
| LibTmsApi 2.3.0 |
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <syslog.h>#include <sys/time.h>#include <stdarg.h>#include <fcntl.h>#include <execinfo.h>#include <ctype.h>#include <BDebug.h>#include <errno.h>#include <linux/unistd.h>Macros | |
| #define | BTRACE_SIZE 100 |
Functions | |
| void | hd8 (void *data, unsigned int n) |
| void | hd8a (void *data, unsigned int n) |
| void | hda8 (void *data, unsigned int n) |
| void | hd32 (void *data, unsigned int n) |
| void | hda32 (void *data, unsigned int n) |
| double | getTime () |
| void | setDebug (int d) |
| void | tprintf (int log, const char *fmt,...) |
| pid_t | gettid () |
Variables | |
| int | bdebug |
| const unsigned int | STRBUF_SIZE = (64 * 1024) |
Macro Definition Documentation
◆ BTRACE_SIZE
| #define BTRACE_SIZE 100 |
Function Documentation
◆ gettid()
| pid_t gettid | ( | ) |
◆ getTime()
| double getTime | ( | ) |
◆ hd32()
| void hd32 | ( | void * | data, |
| unsigned int | n | ||
| ) |
◆ hd8()
| void hd8 | ( | void * | data, |
| unsigned int | n | ||
| ) |
◆ hd8a()
| void hd8a | ( | void * | data, |
| unsigned int | n | ||
| ) |
◆ hda32()
| void hda32 | ( | void * | data, |
| unsigned int | n | ||
| ) |
◆ hda8()
| void hda8 | ( | void * | data, |
| unsigned int | n | ||
| ) |
◆ setDebug()
| void setDebug | ( | int | d | ) |
◆ tprintf()
| void tprintf | ( | int | log, |
| const char * | fmt, | ||
| ... | |||
| ) |
Variable Documentation
◆ bdebug
| int bdebug |
◆ STRBUF_SIZE
| const unsigned int STRBUF_SIZE = (64 * 1024) |
Generated by
