vrpn 07.35
Virtual Reality Peripheral Network
|
#include <vrpn_Sound.h>
Public Member Functions | |
vrpn_Sound (const char *name, vrpn_Connection *c) | |
~vrpn_Sound () | |
![]() | |
vrpn_BaseClass (const char *name, vrpn_Connection *c=NULL) | |
Names the device and assigns or opens connection, calls registration methods. | |
virtual | ~vrpn_BaseClass () |
virtual void | mainloop ()=0 |
Called once through each main loop iteration to handle updates. Remote object mainloop() should call client_mainloop() and then call d_connection->mainloop(). Server object mainloop() should service the device and then call server_mainloop(), but should not normally call d_connection->mainloop(). | |
![]() | |
vrpn_BaseClassUnique () | |
virtual | ~vrpn_BaseClassUnique () |
Unregister all of the message handlers that were to be autodeleted. | |
vrpn_Connection * | connectionPtr () |
Returns a pointer to the connection this object is using. | |
Protected Member Functions | |
int | register_types (void) |
Register the types of messages this device sends/receives. Return 0 on success, -1 on fail. | |
vrpn_int32 | encodeSound_local (const char *filename, const vrpn_SoundID id, const vrpn_SoundDef soundDef, char **buf) |
vrpn_int32 | decodeSound_local (const char *buf, char **filename, vrpn_SoundID *id, vrpn_SoundDef *soundDef, const int payload) |
vrpn_int32 | encodeSound_remote (const char *filename, const vrpn_SoundID id, char **buf) |
vrpn_int32 | decodeSound_remote (const char *buf, char **filename, vrpn_SoundID *id, const int payload) |
vrpn_int32 | encodeSoundID (const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundID (const char *buf, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundDef (const vrpn_SoundDef sound, const vrpn_SoundID id, const vrpn_int32 repeat, char *buf) |
vrpn_int32 | decodeSoundDef (const char *buf, vrpn_SoundDef *sound, vrpn_SoundID *id, vrpn_int32 *repeat) |
vrpn_int32 | encodeSoundPlay (const vrpn_SoundID id, const vrpn_int32 repeat, char *buf) |
vrpn_int32 | decodeSoundPlay (const char *buf, vrpn_SoundID *id, vrpn_int32 *repeat) |
vrpn_int32 | encodeListenerVelocity (const vrpn_float64 *velocity, char *buf) |
vrpn_int32 | decodeListenerVelocity (const char *buf, vrpn_float64 *velocity) |
vrpn_int32 | encodeListenerPose (const vrpn_PoseDef pose, char *buf) |
vrpn_int32 | decodeListenerPose (const char *buf, vrpn_PoseDef *pose) |
vrpn_int32 | encodeSoundPose (const vrpn_PoseDef pose, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundPose (const char *buf, vrpn_PoseDef *pose, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundVelocity (const vrpn_float64 *velocity, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundVelocity (const char *buf, vrpn_float64 *velocity, vrpn_SoundID *id) |
vrpn_int32 | 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_int32 | decodeSoundDistInfo (const char *buf, vrpn_float64 *min_back, vrpn_float64 *max_back, vrpn_float64 *min_front, vrpn_float64 *max_front, vrpn_SoundID *id) |
vrpn_int32 | 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_int32 | decodeSoundConeInfo (const char *buf, vrpn_float64 *cone_inner_angle, vrpn_float64 *cone_outer_angle, vrpn_float64 *cone_gain, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundDoplerScale (const vrpn_float64 doplerfactor, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundDoplerScale (const char *buf, vrpn_float64 *doplerfactor, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundEqFactor (const vrpn_float64 eqfactor, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundEqFactor (const char *buf, vrpn_float64 *eqfactor, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundPitch (const vrpn_float64 pitch, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundPitch (const char *buf, vrpn_float64 *pitch, vrpn_SoundID *id) |
vrpn_int32 | encodeSoundVolume (const vrpn_float64 volume, const vrpn_SoundID id, char *buf) |
vrpn_int32 | decodeSoundVolume (const char *buf, vrpn_float64 *volume, vrpn_SoundID *id) |
vrpn_int32 | encodeLoadModel_local (const char *filename, char **buf) |
vrpn_int32 | decodeLoadModel_local (const char *buf, char **filename, const int payload) |
vrpn_int32 | encodeLoadModel_remote (const char *filename, char **buf) |
vrpn_int32 | decodeLoadModel_remote (const char *buf, char **filename, const int payload) |
vrpn_int32 | encodeLoadPolyQuad (const vrpn_QuadDef quad, char *buf) |
vrpn_int32 | decodeLoadPolyQuad (const char *buf, vrpn_QuadDef *quad) |
vrpn_int32 | encodeLoadPolyTri (const vrpn_TriDef tri, char *buf) |
vrpn_int32 | decodeLoadPolyTri (const char *buf, vrpn_TriDef *tri) |
vrpn_int32 | encodeLoadMaterial (const vrpn_int32 id, const vrpn_MaterialDef material, char *buf) |
vrpn_int32 | decodeLoadMaterial (const char *buf, vrpn_MaterialDef *material, vrpn_int32 *id) |
vrpn_int32 | encodeSetQuadVert (const vrpn_float64 vertices[4][3], const vrpn_int32 tag, char *buf) |
vrpn_int32 | decodeSetQuadVert (const char *buf, vrpn_float64(*vertices)[4][3], vrpn_int32 *tag) |
vrpn_int32 | encodeSetTriVert (const vrpn_float64 vertices[3][3], const vrpn_int32 tag, char *buf) |
vrpn_int32 | decodeSetTriVert (const char *buf, vrpn_float64(*vertices)[3][3], vrpn_int32 *tag) |
vrpn_int32 | encodeSetPolyOF (const vrpn_float64 openingfactor, const vrpn_int32 tag, char *buf) |
vrpn_int32 | decodeSetPolyOF (const char *buf, vrpn_float64 *openingfactor, vrpn_int32 *tag) |
vrpn_int32 | encodeSetPolyMaterial (const char *material, const vrpn_int32 tag, char *buf) |
vrpn_int32 | decodeSetPolyMaterial (const char *buf, char **material, vrpn_int32 *tag, const int payload) |
![]() | |
virtual int | init (void) |
Initialize things that the constructor can't. Returns 0 on success, -1 on failure. | |
virtual int | register_senders (void) |
Register the sender for this device (by default, the name of the device). Return 0 on success, -1 on fail. | |
virtual int | register_types (void)=0 |
Register the types of messages this device sends/receives. Return 0 on success, -1 on fail. | |
![]() | |
int | register_autodeleted_handler (vrpn_int32 type, vrpn_MESSAGEHANDLER handler, void *userdata, vrpn_int32 sender=vrpn_ANY_SENDER) |
Registers a handler with the connection, and remembers to delete at destruction. | |
int | send_text_message (const char *msg, struct timeval timestamp, vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL, vrpn_uint32 level=0) |
Sends a NULL-terminated text message from the device d_sender_id. | |
SendTextMessageBoundCall | send_text_message (vrpn_TEXT_SEVERITY type=vrpn_TEXT_NORMAL) |
Returns an object you can stream into to send a text message from the device like send_text_message(vrpn_TEXT_WARNING) << "Value of i is: " << i; This use requires including vrpn_SendTextMessageStreamProxy.h. | |
void | server_mainloop (void) |
Handles functions that all servers should provide in their mainloop() (ping/pong, for example) Should be called by all servers in their mainloop() | |
void | client_mainloop (void) |
Handles functions that all clients should provide in their mainloop() (warning of no server, for example) Should be called by all clients in their mainloop() | |
Protected Attributes | |
vrpn_int32 | load_sound_local |
vrpn_int32 | load_sound_remote |
vrpn_int32 | unload_sound |
vrpn_int32 | play_sound |
vrpn_int32 | stop_sound |
vrpn_int32 | change_sound_status |
vrpn_int32 | set_listener_pose |
vrpn_int32 | set_listener_velocity |
vrpn_int32 | set_sound_pose |
vrpn_int32 | set_sound_velocity |
vrpn_int32 | set_sound_distanceinfo |
vrpn_int32 | set_sound_coneinfo |
vrpn_int32 | set_sound_doplerfactor |
vrpn_int32 | set_sound_eqvalue |
vrpn_int32 | set_sound_pitch |
vrpn_int32 | set_sound_volume |
vrpn_int32 | load_model_local |
vrpn_int32 | load_model_remote |
vrpn_int32 | load_polyquad |
vrpn_int32 | load_polytri |
vrpn_int32 | load_material |
vrpn_int32 | set_polyquad_vertices |
vrpn_int32 | set_polytri_vertices |
vrpn_int32 | set_poly_openingfactor |
vrpn_int32 | set_poly_material |
vrpn_int32 | receive_text_message |
struct timeval | timestamp |
![]() | |
vrpn_Connection * | d_connection |
Connection that this object talks to. | |
char * | d_servicename |
Name of this device, not including the connection part. | |
vrpn_int32 | d_sender_id |
Sender ID registered with the connection. | |
vrpn_int32 | d_text_message_id |
ID for text messages. | |
vrpn_int32 | d_ping_message_id |
Ask the server if they are there. | |
vrpn_int32 | d_pong_message_id |
Server telling that it is there. | |
Additional Inherited Members | |
![]() | |
bool | shutup |
vrpn_MESSAGEHANDLER | handler |
vrpn_int32 | sender |
vrpn_int32 | type |
void * | userdata |
![]() | |
static int | encode_text_message_to_buffer (char *buf, vrpn_TEXT_SEVERITY severity, vrpn_uint32 level, const char *msg) |
Encodes the body of the text message into a buffer, preparing for sending. | |
static int | decode_text_message_from_buffer (char *msg, vrpn_TEXT_SEVERITY *severity, vrpn_uint32 *level, const char *buf) |
Decodes the body of the text message from a buffer from the connection. | |
Definition at line 97 of file vrpn_Sound.h.
vrpn_Sound::vrpn_Sound | ( | const char * | name, |
vrpn_Connection * | c | ||
) |
Definition at line 8 of file vrpn_Sound.C.
References vrpn_BaseClass::init().
vrpn_Sound::~vrpn_Sound | ( | ) |
Definition at line 67 of file vrpn_Sound.C.
|
protected |
Definition at line 295 of file vrpn_Sound.C.
References vrpn_PoseDef::orientation, vrpn_PoseDef::position, and vrpn_unbuffer().
|
protected |
Definition at line 345 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 737 of file vrpn_Sound.C.
References vrpn_MaterialDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_MaterialDef::reflectance_gain, vrpn_MaterialDef::reflectance_highfreq, vrpn_MaterialDef::transmittance_gain, vrpn_MaterialDef::transmittance_highfreq, and vrpn_unbuffer().
|
protected |
Definition at line 618 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 642 of file vrpn_Sound.C.
|
protected |
Definition at line 668 of file vrpn_Sound.C.
References vrpn_QuadDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_QuadDef::openingFactor, vrpn_QuadDef::subQuad, vrpn_QuadDef::tag, vrpn_QuadDef::vertices, and vrpn_unbuffer().
|
protected |
Definition at line 702 of file vrpn_Sound.C.
References vrpn_TriDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_TriDef::openingFactor, vrpn_TriDef::subTri, vrpn_TriDef::tag, vrpn_TriDef::vertices, and vrpn_unbuffer().
|
protected |
Definition at line 856 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 830 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 770 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 801 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 119 of file vrpn_Sound.C.
References vrpn_SoundDef::cone_gain, vrpn_SoundDef::cone_inner_angle, vrpn_SoundDef::cone_outer_angle, vrpn_SoundDef::dopler_scale, vrpn_SoundDef::equalization_val, vrpn_SoundDef::max_back_dist, vrpn_SoundDef::max_front_dist, vrpn_SoundDef::min_back_dist, vrpn_SoundDef::min_front_dist, vrpn_PoseDef::orientation, vrpn_SoundDef::pitch, vrpn_SoundDef::pose, vrpn_PoseDef::position, vrpn_SoundDef::velocity, vrpn_SoundDef::volume, and vrpn_unbuffer().
|
protected |
Definition at line 173 of file vrpn_Sound.C.
|
protected |
Definition at line 476 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 243 of file vrpn_Sound.C.
References vrpn_SoundDef::cone_gain, vrpn_SoundDef::cone_inner_angle, vrpn_SoundDef::cone_outer_angle, vrpn_SoundDef::dopler_scale, vrpn_SoundDef::equalization_val, vrpn_SoundDef::max_back_dist, vrpn_SoundDef::max_front_dist, vrpn_SoundDef::min_back_dist, vrpn_SoundDef::min_front_dist, vrpn_PoseDef::orientation, vrpn_SoundDef::pitch, vrpn_SoundDef::pose, vrpn_PoseDef::position, vrpn_SoundDef::velocity, vrpn_SoundDef::volume, and vrpn_unbuffer().
|
protected |
Definition at line 443 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 507 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 533 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 193 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 560 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 321 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 375 of file vrpn_Sound.C.
References vrpn_PoseDef::orientation, vrpn_PoseDef::position, and vrpn_unbuffer().
|
protected |
Definition at line 408 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 586 of file vrpn_Sound.C.
References vrpn_unbuffer().
|
protected |
Definition at line 279 of file vrpn_Sound.C.
References vrpn_PoseDef::orientation, vrpn_PoseDef::position, and vrpn_buffer().
Referenced by vrpn_Sound_Client::setListenerPose().
|
protected |
Definition at line 331 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setListenerVelocity().
|
protected |
Definition at line 718 of file vrpn_Sound.C.
References vrpn_MaterialDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_MaterialDef::reflectance_gain, vrpn_MaterialDef::reflectance_highfreq, vrpn_MaterialDef::transmittance_gain, vrpn_MaterialDef::transmittance_highfreq, and vrpn_buffer().
Referenced by vrpn_Sound_Client::LoadMaterial().
|
protected |
Definition at line 597 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::LoadModel_local().
|
protected |
Definition at line 636 of file vrpn_Sound.C.
|
protected |
Definition at line 649 of file vrpn_Sound.C.
References vrpn_QuadDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_QuadDef::openingFactor, vrpn_QuadDef::subQuad, vrpn_QuadDef::tag, vrpn_QuadDef::vertices, and vrpn_buffer().
Referenced by vrpn_Sound_Client::LoadPolyQuad().
|
protected |
Definition at line 684 of file vrpn_Sound.C.
References vrpn_TriDef::material_name, MAX_MATERIAL_NAME_LENGTH, vrpn_TriDef::openingFactor, vrpn_TriDef::subTri, vrpn_TriDef::tag, vrpn_TriDef::vertices, and vrpn_buffer().
Referenced by vrpn_Sound_Client::LoadPolyTri().
|
protected |
Definition at line 843 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setPolyMaterialName().
|
protected |
Definition at line 816 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setPolyOF().
|
protected |
Definition at line 754 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setQuadVertices().
|
protected |
Definition at line 785 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setTriVertices().
|
protected |
Definition at line 69 of file vrpn_Sound.C.
References vrpn_SoundDef::cone_gain, vrpn_SoundDef::cone_inner_angle, vrpn_SoundDef::cone_outer_angle, vrpn_SoundDef::dopler_scale, vrpn_SoundDef::equalization_val, vrpn_SoundDef::max_back_dist, vrpn_SoundDef::max_front_dist, vrpn_SoundDef::min_back_dist, vrpn_SoundDef::min_front_dist, vrpn_PoseDef::orientation, vrpn_SoundDef::pitch, vrpn_SoundDef::pose, vrpn_PoseDef::position, vrpn_SoundDef::velocity, vrpn_SoundDef::volume, and vrpn_buffer().
Referenced by vrpn_Sound_Client::loadSound().
|
protected |
Definition at line 166 of file vrpn_Sound.C.
|
protected |
Definition at line 458 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundConeInfo().
|
protected |
Definition at line 204 of file vrpn_Sound.C.
References vrpn_SoundDef::cone_gain, vrpn_SoundDef::cone_inner_angle, vrpn_SoundDef::cone_outer_angle, vrpn_SoundDef::dopler_scale, vrpn_SoundDef::equalization_val, vrpn_SoundDef::max_back_dist, vrpn_SoundDef::max_front_dist, vrpn_SoundDef::min_back_dist, vrpn_SoundDef::min_front_dist, vrpn_PoseDef::orientation, vrpn_SoundDef::pitch, vrpn_SoundDef::pose, vrpn_PoseDef::position, vrpn_SoundDef::velocity, vrpn_SoundDef::volume, and vrpn_buffer().
|
protected |
Definition at line 423 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundDistances().
|
protected |
Definition at line 493 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundDopScale().
|
protected |
Definition at line 519 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundEqValue().
|
protected |
Definition at line 182 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::stopSound(), and vrpn_Sound_Client::unloadSound().
|
protected |
Definition at line 546 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundPitch().
|
protected |
Definition at line 309 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::playSound().
|
protected |
Definition at line 356 of file vrpn_Sound.C.
References vrpn_PoseDef::orientation, vrpn_PoseDef::position, and vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundPose().
|
protected |
Definition at line 392 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundVelocity().
|
protected |
Definition at line 572 of file vrpn_Sound.C.
References vrpn_buffer().
Referenced by vrpn_Sound_Client::setSoundVolume().
|
protectedvirtual |
Register the types of messages this device sends/receives. Return 0 on success, -1 on fail.
Implements vrpn_BaseClass.
Definition at line 14 of file vrpn_Sound.C.
References change_sound_status, vrpn_BaseClassUnique::d_connection, load_material, load_model_local, load_model_remote, load_polyquad, load_polytri, load_sound_local, load_sound_remote, play_sound, vrpn_Connection::register_message_type(), set_listener_pose, set_listener_velocity, set_poly_material, set_poly_openingfactor, set_polyquad_vertices, set_polytri_vertices, set_sound_coneinfo, set_sound_distanceinfo, set_sound_doplerfactor, set_sound_eqvalue, set_sound_pitch, set_sound_pose, set_sound_velocity, set_sound_volume, stop_sound, and unload_sound.
|
protected |
Definition at line 112 of file vrpn_Sound.h.
Referenced by register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 130 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::LoadMaterial(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 126 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::LoadModel_local(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 127 of file vrpn_Sound.h.
Referenced by register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 128 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::LoadPolyQuad(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 129 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::LoadPolyTri(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 105 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::loadSound(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 107 of file vrpn_Sound.h.
Referenced by register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 109 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::playSound(), register_types(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 136 of file vrpn_Sound.h.
|
protected |
Definition at line 114 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setListenerPose(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 116 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setListenerVelocity(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 134 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setPolyMaterialName(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 133 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setPolyOF(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 131 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setQuadVertices(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 132 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setTriVertices(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 120 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundConeInfo(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 119 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundDistances(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 121 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundDopScale(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 122 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundEqValue(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 123 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundPitch(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 117 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundPose(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 118 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundVelocity(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 124 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::setSoundVolume(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 110 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::stopSound(), and vrpn_Sound_Server::vrpn_Sound_Server().
|
protected |
Definition at line 138 of file vrpn_Sound.h.
Referenced by vrpn_Sound_Client::LoadMaterial(), vrpn_Sound_Client::LoadModel_local(), vrpn_Sound_Client::LoadPolyQuad(), vrpn_Sound_Client::LoadPolyTri(), vrpn_Sound_Client::loadSound(), vrpn_Sound_Client::playSound(), vrpn_Sound_Client::setListenerPose(), vrpn_Sound_Client::setListenerVelocity(), vrpn_Sound_Client::setPolyMaterialName(), vrpn_Sound_Client::setPolyOF(), vrpn_Sound_Client::setQuadVertices(), vrpn_Sound_Client::setSoundConeInfo(), vrpn_Sound_Client::setSoundDistances(), vrpn_Sound_Client::setSoundDopScale(), vrpn_Sound_Client::setSoundEqValue(), vrpn_Sound_Client::setSoundPitch(), vrpn_Sound_Client::setSoundPose(), vrpn_Sound_Client::setSoundVelocity(), vrpn_Sound_Client::setSoundVolume(), vrpn_Sound_Client::setTriVertices(), vrpn_Sound_Client::stopSound(), and vrpn_Sound_Client::unloadSound().
|
protected |
Definition at line 108 of file vrpn_Sound.h.
Referenced by register_types(), vrpn_Sound_Client::unloadSound(), and vrpn_Sound_Server::vrpn_Sound_Server().