FlightGear next
voiceplayer.cxx File Reference
#include "voiceplayer.hxx"
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <cmath>
#include <string>
#include <sstream>
#include <simgear/debug/logstream.hxx>
#include <simgear/sound/soundmgr.hxx>
#include <simgear/sound/sample_group.hxx>
#include <simgear/structure/exception.hxx>

Go to the source code of this file.

Macros

#define ADD_VOICE(Var, Sample, Twice)
 
#define test_bits(_bits, _test)
 

Macro Definition Documentation

◆ ADD_VOICE

#define ADD_VOICE ( Var,
Sample,
Twice )
Value:
{ make_voice(&Var);append(Var,Sample);\
if (Twice) append(Var,Sample); }

Definition at line 58 of file voiceplayer.cxx.

◆ test_bits

#define test_bits ( _bits,
_test )
Value:
(((_bits) & (_test)) != 0)

Definition at line 62 of file voiceplayer.cxx.