Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages | Examples

Environment.h File Reference


Detailed Description

Interface to the Environment encapsulation object.

Author:
Author
jayhawk_hokie
Version:
Revision
1.2
Date:
Date
2005/06/10 12:53:28

Definition in file Environment.h.

#include <rotation/Rotation.h>
#include <utils/Integrator.h>
#include <matrix/Matrix.h>
#include <utils/Time.h>
#include <set>
#include <vector>

Include dependency graph for Environment.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  O_SESSAME

Classes

class  O_SESSAME::EnvFunction
class  O_SESSAME::Environment
 Encapsulation of a spacecraft environment (disturbance forces, torques, central body, etc.). More...

Typedefs

typedef vector< void * > EnvFuncParamaterType
typedef Vector(* pt2EnvFunc )(const ssfTime &_currentTime, const OrbitState &_currentOrbitState, const AttitudeState &_currentAttitudeState, const EnvFuncParamaterType &_parameterList)


Typedef Documentation

typedef vector<void*> O_SESSAME::EnvFuncParamaterType
 

specification of the parameter list type to be used for environmental function pointers

Definition at line 45 of file Environment.h.

typedef Vector(* O_SESSAME::pt2EnvFunc)(const ssfTime &_currentTime, const OrbitState &_currentOrbitState, const AttitudeState &_currentAttitudeState, const EnvFuncParamaterType &_parameterList)
 

defines a pointer to a Environmental disturbance calculating function

Definition at line 47 of file Environment.h.


Generated on Wed Sep 5 12:54:31 2007 for DSACSS Operational Code by  doxygen 1.3.9.1