#include <windows.h>
#include <string>
#include <vector>
#include <map>
#include "../Geometria/CRectaS2D.h"
#include "../Geometria/CVector2D.h"
#include "../Geometria/CPunto2D.h"
#include "../Utilidades/CSucesos.h"
#include "CSensor.h"
Go to the source code of this file.
Typedefs | |
| typedef vector< SPoligono > | TDibujos |
| typedef vector< CSensor > | TSensores |
| typedef map< string, CCoche > | TCoches |
| typedef TCoches::iterator | TItCoche |
| typedef TCoches::const_iterator | TConstItCoche |
| typedef pair< string, CCoche > | TParCoche |
| typedef pair< TItCoche, bool > | TResCoche |
Enumerations | |
| enum | ESensor { Sensor_LateralIzq = 0, Sensor_LateralDcho, Sensor_FrontalCentro, Sensor_FrontalIzq, Sensor_FrontalDcho, Sensor_RetroIzq, Sensor_RetroDcho, Sensor_RetroTrasIzq, Sensor_RetroTrasDcho, Sensor_MaxSensor } |
Variables | |
| const int | Recta_Misma = 0 |
| const int | Recta_Avance = 1 |
| const int | Recta_Retroceso = - 1 |
F.Creación:15 de enero de 2004.
Autor: Francisco José Gallego Durán.
Definition in file CCoche.h.
|
|
|
|
|
|
|
|
Vector de polígonos Aquí se almacenarán todos los polígonos que sirven para maquear el coche por dentro. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enumeracion de los sensores presentes
DEPRECATED! Esta enumeración describía anteriormente los sensores principales |
|
|
Definition at line 89 of file CCoche.h. Referenced by CSimulador::ActualizarSensores(), CSimulador::ComprobarColisiones(), and CSimulador::PuntuarCorredores(). |
|
|
Definition at line 88 of file CCoche.h. Referenced by CCoche::GetAvanceRetroceso(), CSimulador::IniciarSimulacion(), and CCoche::Limpiar(). |
|
|
Definition at line 90 of file CCoche.h. Referenced by CSimulador::ComprobarColisiones(), and CSimulador::PuntuarCorredores(). |
1.4.2