#include <iostream>#include <fmod/fmod.hpp>#include <fmod/fmod_errors.h>#include <fmod/fmod_event.hpp>#include <fmod/fmod_event_net.hpp>#include <labust/xml/GyrosWriter.hpp>#include <moos/MoosConfig.hpp>#include <moos/GyrosMoosCommsInterface.h>#include <boost/algorithm/string.hpp>#include <GL/glut.h>#include <SOIL/SOIL.h>#include <math.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stack>#include <string>#include <fstream>#include <sstream>#include <JoystickReader.h>#include <time.h>
Go to the source code of this file.
Classes | |
| class | FMOD::GlutCloseClass |
| struct | FMOD::Mesh |
| struct | FMOD::Object |
| struct | FMOD::Polygon |
Namespaces | |
| namespace | FMOD |
Defines | |
| #define | FMOD_INIT_DSOUND_HRTFFULL 0x00000800 |
| #define | GL_CLAMP_TO_EDGE 0x812F |
Functions | |
| void | FMOD::display (void) |
| void | FMOD::doGeometryMovement () |
| void | FMOD::doListenerMovement () |
| void | FMOD::doSoundMovement () |
| void | FMOD::doUpdateVolume () |
| void | FMOD::drawGeometry (Mesh &mesh) |
| void | FMOD::drawSkyBox () |
| void | FMOD::drawWaterRoom () |
| void | FMOD::ERRCHECK (FMOD_RESULT result) |
| std::ofstream | FMOD::file ("files/Log_Doc.txt") |
| void | FMOD::freeGeometry (Mesh &mesh) |
| void | FMOD::init (void) |
| void | FMOD::initGeometry (const char *szFileName, Mesh &mesh, bool alter=false) |
| void | FMOD::initObjects () |
| void | FMOD::inWater () |
| void | FMOD::keyboardFunc (unsigned char key, int x, int y) |
| void | FMOD::keyboardUpFunc (unsigned char key, int x, int y) |
| GLuint | FMOD::loadTexture (const char *filename) |
| GLuint | FMOD::loadTexturePNG (const char *filename) |
| int | main (int argc, char **argv) |
| void | FMOD::motionFunc (int x, int y) |
| void | FMOD::mouseFunc (int button, int state, int x, int y) |
| void | FMOD::outputText (int x, int y, std::string text) |
| void | FMOD::renderUiText () |
| void | FMOD::reshapeFunc (int w, int h) |
| void | FMOD::specialKeyFunc (int key, int x, int y) |
| void | FMOD::specialKeyUpFunc (int key, int x, int y) |
| void | FMOD::timerFunc (int nValue) |
| void | FMOD::updateObjectSoundPos (Object *object) |
Variables | |
| LABUST::COMMUNICATION::GyrosMoosCommsInterface * | comms |
| std::stringstream | FMOD::converter |
| std::string | dvlMessageLabel |
| std::string | filterMessageLabel |
| LABUST::JoystickReader * | joystick |
| std::string | rovMessageLabel |
| std::string | TARGETMessageLabel |
| #define FMOD_INIT_DSOUND_HRTFFULL 0x00000800 |
Definition at line 45 of file acoustic_vr_noimu.cpp.
| #define GL_CLAMP_TO_EDGE 0x812F |
Definition at line 44 of file acoustic_vr_noimu.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 2269 of file acoustic_vr_noimu.cpp.
Definition at line 35 of file acoustic_vr_noimu.cpp.
| std::string dvlMessageLabel |
Definition at line 38 of file acoustic_vr_noimu.cpp.
| std::string filterMessageLabel |
Definition at line 36 of file acoustic_vr_noimu.cpp.
Definition at line 34 of file acoustic_vr_noimu.cpp.
| std::string rovMessageLabel |
Definition at line 37 of file acoustic_vr_noimu.cpp.
| std::string TARGETMessageLabel |
Definition at line 39 of file acoustic_vr_noimu.cpp.