Oolite 1.91.0.7658-250404-b1488af
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
OOSoundSourcePool.m File Reference
import "OOSoundSourcePool.h"
import "OOSound.h"
import "Universe.h"
+ Include dependency graph for OOSoundSourcePool.m:

Go to the source code of this file.

Classes

struct  OOSoundSourcePoolElement
 
category  OOSoundSourcePool(Private)
 

Macros

#define NEXT(x)
 

Typedefs

typedef struct OOSoundSourcePoolElement PoolElement
 

Enumerations

enum  { kNoSlot = UINT8_MAX }
 

Macro Definition Documentation

◆ NEXT

#define NEXT ( x)
Value:
(((x) + 1) % _count)
float x

Referenced by OOSoundSourcePool(Private)::selectSlotForPriority:.

Typedef Documentation

◆ PoolElement

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kNoSlot 

Definition at line 33 of file OOSoundSourcePool.m.

34{
35 kNoSlot = UINT8_MAX
36};
@ kNoSlot