Beamlib 3.3.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Functions | Variables
BDebug.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/time.h>
#include <stdarg.h>
#include <fcntl.h>
#include <ctype.h>
#include <BDebug.h>

Functions

void bhd8 (const void *data, unsigned int n)
 Software debug functions. More...
 
void bhd8a (const void *data, unsigned int n)
 
void bhda8 (const void *data, unsigned int n)
 
void bhd32 (const void *data, unsigned int n)
 
void bhda32 (const void *data, unsigned int n)
 
double getTime ()
 
void setDebug (int d)
 
void tprintf (int log, const char *fmt,...)
 

Variables

int bdebug
 

Function Documentation

◆ bhd8()

void bhd8 ( const void *  data,
unsigned int  n 
)

Software debug functions.

◆ bhd8a()

void bhd8a ( const void *  data,
unsigned int  n 
)

◆ bhda8()

void bhda8 ( const void *  data,
unsigned int  n 
)

◆ bhd32()

void bhd32 ( const void *  data,
unsigned int  n 
)

◆ bhda32()

void bhda32 ( const void *  data,
unsigned int  n 
)

◆ getTime()

double getTime ( )

◆ setDebug()

void setDebug ( int  d)

◆ tprintf()

void tprintf ( int  log,
const char *  fmt,
  ... 
)

Variable Documentation

◆ bdebug

int bdebug