vrpn 07.35
Virtual Reality Peripheral Network
 
Loading...
Searching...
No Matches
vrpn_Sound_Server Member List

This is the complete list of members for vrpn_Sound_Server, including all inherited members.

change_sound_statusvrpn_Soundprotected
changeSoundStatus(vrpn_SoundID id, vrpn_SoundDef soundDef)=0vrpn_Sound_Serverpure virtual
client_mainloop(void)vrpn_BaseClassUniqueprotected
connectionPtr()vrpn_BaseClassUniqueinline
d_connectionvrpn_BaseClassUniqueprotected
d_ping_message_idvrpn_BaseClassUniqueprotected
d_pong_message_idvrpn_BaseClassUniqueprotected
d_sender_idvrpn_BaseClassUniqueprotected
d_servicenamevrpn_BaseClassUniqueprotected
d_text_message_idvrpn_BaseClassUniqueprotected
decode_text_message_from_buffer(char *msg, vrpn_TEXT_SEVERITY *severity, vrpn_uint32 *level, const char *buf)vrpn_BaseClassUniqueprotectedstatic
decodeListenerPose(const char *buf, vrpn_PoseDef *pose)vrpn_Soundprotected
decodeListenerVelocity(const char *buf, vrpn_float64 *velocity)vrpn_Soundprotected
decodeLoadMaterial(const char *buf, vrpn_MaterialDef *material, vrpn_int32 *id)vrpn_Soundprotected
decodeLoadModel_local(const char *buf, char **filename, const int payload)vrpn_Soundprotected
decodeLoadModel_remote(const char *buf, char **filename, const int payload)vrpn_Soundprotected
decodeLoadPolyQuad(const char *buf, vrpn_QuadDef *quad)vrpn_Soundprotected
decodeLoadPolyTri(const char *buf, vrpn_TriDef *tri)vrpn_Soundprotected
decodeSetPolyMaterial(const char *buf, char **material, vrpn_int32 *tag, const int payload)vrpn_Soundprotected
decodeSetPolyOF(const char *buf, vrpn_float64 *openingfactor, vrpn_int32 *tag)vrpn_Soundprotected
decodeSetQuadVert(const char *buf, vrpn_float64(*vertices)[4][3], vrpn_int32 *tag)vrpn_Soundprotected
decodeSetTriVert(const char *buf, vrpn_float64(*vertices)[3][3], vrpn_int32 *tag)vrpn_Soundprotected
decodeSound_local(const char *buf, char **filename, vrpn_SoundID *id, vrpn_SoundDef *soundDef, const int payload)vrpn_Soundprotected
decodeSound_remote(const char *buf, char **filename, vrpn_SoundID *id, const int payload)vrpn_Soundprotected
decodeSoundConeInfo(const char *buf, vrpn_float64 *cone_inner_angle, vrpn_float64 *cone_outer_angle, vrpn_float64 *cone_gain, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundDef(const char *buf, vrpn_SoundDef *sound, vrpn_SoundID *id, vrpn_int32 *repeat)vrpn_Soundprotected
decodeSoundDistInfo(const char *buf, vrpn_float64 *min_back, vrpn_float64 *max_back, vrpn_float64 *min_front, vrpn_float64 *max_front, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundDoplerScale(const char *buf, vrpn_float64 *doplerfactor, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundEqFactor(const char *buf, vrpn_float64 *eqfactor, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundID(const char *buf, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundPitch(const char *buf, vrpn_float64 *pitch, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundPlay(const char *buf, vrpn_SoundID *id, vrpn_int32 *repeat)vrpn_Soundprotected
decodeSoundPose(const char *buf, vrpn_PoseDef *pose, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundVelocity(const char *buf, vrpn_float64 *velocity, vrpn_SoundID *id)vrpn_Soundprotected
decodeSoundVolume(const char *buf, vrpn_float64 *volume, vrpn_SoundID *id)vrpn_Soundprotected
encode_text_message_to_buffer(char *buf, vrpn_TEXT_SEVERITY severity, vrpn_uint32 level, const char *msg)vrpn_BaseClassUniqueprotectedstatic
encodeListenerPose(const vrpn_PoseDef pose, char *buf)vrpn_Soundprotected
encodeListenerVelocity(const vrpn_float64 *velocity, char *buf)vrpn_Soundprotected
encodeLoadMaterial(const vrpn_int32 id, const vrpn_MaterialDef material, char *buf)vrpn_Soundprotected
encodeLoadModel_local(const char *filename, char **buf)vrpn_Soundprotected
encodeLoadModel_remote(const char *filename, char **buf)vrpn_Soundprotected
encodeLoadPolyQuad(const vrpn_QuadDef quad, char *buf)vrpn_Soundprotected
encodeLoadPolyTri(const vrpn_TriDef tri, char *buf)vrpn_Soundprotected
encodeSetPolyMaterial(const char *material, const vrpn_int32 tag, char *buf)vrpn_Soundprotected
encodeSetPolyOF(const vrpn_float64 openingfactor, const vrpn_int32 tag, char *buf)vrpn_Soundprotected
encodeSetQuadVert(const vrpn_float64 vertices[4][3], const vrpn_int32 tag, char *buf)vrpn_Soundprotected
encodeSetTriVert(const vrpn_float64 vertices[3][3], const vrpn_int32 tag, char *buf)vrpn_Soundprotected
encodeSound_local(const char *filename, const vrpn_SoundID id, const vrpn_SoundDef soundDef, char **buf)vrpn_Soundprotected
encodeSound_remote(const char *filename, const vrpn_SoundID id, char **buf)vrpn_Soundprotected
encodeSoundConeInfo(const vrpn_float64 cone_inner_angle, const vrpn_float64 cone_outer_angle, const vrpn_float64 cone_gain, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundDef(const vrpn_SoundDef sound, const vrpn_SoundID id, const vrpn_int32 repeat, char *buf)vrpn_Soundprotected
encodeSoundDistInfo(const vrpn_float64 min_back, const vrpn_float64 max_back, const vrpn_float64 min_front, const vrpn_float64 max_front, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundDoplerScale(const vrpn_float64 doplerfactor, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundEqFactor(const vrpn_float64 eqfactor, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundID(const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundPitch(const vrpn_float64 pitch, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundPlay(const vrpn_SoundID id, const vrpn_int32 repeat, char *buf)vrpn_Soundprotected
encodeSoundPose(const vrpn_PoseDef pose, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundVelocity(const vrpn_float64 *velocity, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
encodeSoundVolume(const vrpn_float64 volume, const vrpn_SoundID id, char *buf)vrpn_Soundprotected
handlervrpn_BaseClassUnique
init(void)vrpn_BaseClassprotectedvirtual
load_materialvrpn_Soundprotected
load_model_localvrpn_Soundprotected
load_model_remotevrpn_Soundprotected
load_polyquadvrpn_Soundprotected
load_polytrivrpn_Soundprotected
load_sound_localvrpn_Soundprotected
load_sound_remotevrpn_Soundprotected
loadMaterial(vrpn_MaterialDef *material, vrpn_int32 id)=0vrpn_Sound_Serverpure virtual
loadModelLocal(const char *filename)=0vrpn_Sound_Serverpure virtual
loadModelRemote()=0vrpn_Sound_Serverpure virtual
loadPolyQuad(vrpn_QuadDef *quad)=0vrpn_Sound_Serverpure virtual
loadPolyTri(vrpn_TriDef *tri)=0vrpn_Sound_Serverpure virtual
loadSoundLocal(char *filename, vrpn_SoundID id, vrpn_SoundDef soundDef)=0vrpn_Sound_Serverpure virtual
loadSoundRemote(char *file, vrpn_SoundID id, vrpn_SoundDef soundDef)=0vrpn_Sound_Serverpure virtual
vrpn_Sound::mainloop()=0vrpn_BaseClasspure virtual
vrpn_Text_Sender::mainloop(void)vrpn_Text_Senderinlinevirtual
play_soundvrpn_Soundprotected
playSound(vrpn_SoundID id, vrpn_int32 repeat, vrpn_SoundDef soundDef)=0vrpn_Sound_Serverpure virtual
receive_text_messagevrpn_Soundprotected
register_autodeleted_handler(vrpn_int32 type, vrpn_MESSAGEHANDLER handler, void *userdata, vrpn_int32 sender=vrpn_ANY_SENDER)vrpn_BaseClassUniqueprotected
register_senders(void)vrpn_BaseClassprotectedvirtual
vrpn_Sound::register_types(void)vrpn_Soundprotectedvirtual
vrpn_Text_Sender::register_types(void)vrpn_Text_Senderinlineprotectedvirtual
send_message(const char *msg, vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL, vrpn_uint32 level=0, const struct timeval time=vrpn_TEXT_NOW)vrpn_Text_Sender
send_text_message(const char *msg, struct timeval timestamp, vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL, vrpn_uint32 level=0)vrpn_BaseClassUniqueprotected
vrpn_BaseClass::send_text_message(vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL)vrpn_BaseClassUniqueinlineprotected
sendervrpn_BaseClassUnique
server_mainloop(void)vrpn_BaseClassUniqueprotected
set_listener_posevrpn_Soundprotected
set_listener_velocityvrpn_Soundprotected
set_poly_materialvrpn_Soundprotected
set_poly_openingfactorvrpn_Soundprotected
set_polyquad_verticesvrpn_Soundprotected
set_polytri_verticesvrpn_Soundprotected
set_sound_coneinfovrpn_Soundprotected
set_sound_distanceinfovrpn_Soundprotected
set_sound_doplerfactorvrpn_Soundprotected
set_sound_eqvaluevrpn_Soundprotected
set_sound_pitchvrpn_Soundprotected
set_sound_posevrpn_Soundprotected
set_sound_velocityvrpn_Soundprotected
set_sound_volumevrpn_Soundprotected
setListenerPose(vrpn_PoseDef pose)=0vrpn_Sound_Serverpure virtual
setListenerVelocity(vrpn_float64 *velocity)=0vrpn_Sound_Serverpure virtual
setPolyMaterial(const char *material, vrpn_int32 tag)=0vrpn_Sound_Serverpure virtual
setPolyOF(vrpn_float64 OF, vrpn_int32 tag)=0vrpn_Sound_Serverpure virtual
setPolyQuadVertices(vrpn_float64 vertices[4][3], const vrpn_int32 id)=0vrpn_Sound_Serverpure virtual
setPolyTriVertices(vrpn_float64 vertices[3][3], const vrpn_int32 id)=0vrpn_Sound_Serverpure virtual
setSoundConeInfo(vrpn_SoundID id, vrpn_float64 *coneinfo)=0vrpn_Sound_Serverpure virtual
setSoundDistInfo(vrpn_SoundID id, vrpn_float64 *distinfo)=0vrpn_Sound_Serverpure virtual
setSoundDoplerFactor(vrpn_SoundID id, vrpn_float64 doplerfactor)=0vrpn_Sound_Serverpure virtual
setSoundEqValue(vrpn_SoundID id, vrpn_float64 eqvalue)=0vrpn_Sound_Serverpure virtual
setSoundPitch(vrpn_SoundID id, vrpn_float64 pitch)=0vrpn_Sound_Serverpure virtual
setSoundPose(vrpn_SoundID id, vrpn_PoseDef pose)=0vrpn_Sound_Serverpure virtual
setSoundVelocity(vrpn_SoundID id, vrpn_float64 *velocity)=0vrpn_Sound_Serverpure virtual
setSoundVolume(vrpn_SoundID id, vrpn_float64 volume)=0vrpn_Sound_Serverpure virtual
shutupvrpn_BaseClassUnique
stop_soundvrpn_Soundprotected
stopSound(vrpn_SoundID id)=0vrpn_Sound_Serverpure virtual
timestampvrpn_Soundprotected
typevrpn_BaseClassUnique
unload_soundvrpn_Soundprotected
unloadSound(vrpn_SoundID id)=0vrpn_Sound_Serverpure virtual
userdatavrpn_BaseClassUnique
vrpn_Sound::vrpn_BaseClass(const char *name, vrpn_Connection *c=NULL)vrpn_BaseClass
vrpn_Text_Sender::vrpn_BaseClass(const char *name, vrpn_Connection *c=NULL)vrpn_BaseClass
vrpn_BaseClassUnique()vrpn_BaseClassUnique
vrpn_Sound(const char *name, vrpn_Connection *c)vrpn_Sound
vrpn_Sound_Server(const char *name, vrpn_Connection *c)vrpn_Sound_Server
vrpn_Text_Sender(const char *name, vrpn_Connection *c=NULL)vrpn_Text_Senderinline
~vrpn_BaseClass()vrpn_BaseClassvirtual
~vrpn_BaseClassUnique()vrpn_BaseClassUniquevirtual
~vrpn_Sound()vrpn_Sound
~vrpn_Sound_Server()vrpn_Sound_Server