blip  0.1
Blip.hpp File Reference
#include <stdint.h>
#include <sys/types.h>
#include <cstdlib>
#include <cstring>
#include <commonc++/Common.h++>
Include dependency graph for Blip.hpp:

Go to the source code of this file.

Namespaces

 blip
 WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
 

Macros

#define BLIP_FWD_DECL(CLASS)   namespace blip { class CLASS; }
 

Typedefs

typedef uint64_t timespan_us_t
 A time interval, measured in microseconds. More...
 
typedef uint64_t timespan_ns_t
 A time interval, measured in nanoseconds. More...
 
typedef int filedesc_t
 A file descriptor. More...
 

Macro Definition Documentation

◆ BLIP_FWD_DECL

#define BLIP_FWD_DECL (   CLASS)    namespace blip { class CLASS; }