Orxonox  0.0.5 Codename: Arcturus
Public Attributes | List of all members
orxonox::event Struct Reference

Structure to describe a single event. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/controllers/ScriptController.h>

Public Attributes

float a
 The parameters are additionally stored as a set of 6 numerical values. More...
 
float b
 
float c
 
float d
 
float duration
 Time span of the event. More...
 
float e
 
float eventTime
 Start point in time of the event. More...
 
float f
 
std::string fctName
 Instruction for this event. More...
 
Vector3 v1
 Final position we want to be at. More...
 
Vector3 v2
 Where we are looking. More...
 

Detailed Description

Structure to describe a single event.

Member Data Documentation

float orxonox::event::a

The parameters are additionally stored as a set of 6 numerical values.

float orxonox::event::b
float orxonox::event::c
float orxonox::event::d
float orxonox::event::duration

Time span of the event.

float orxonox::event::e
float orxonox::event::eventTime

Start point in time of the event.

float orxonox::event::f
std::string orxonox::event::fctName

Instruction for this event.

Vector3 orxonox::event::v1

Final position we want to be at.

Vector3 orxonox::event::v2

Where we are looking.


The documentation for this struct was generated from the following file: