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

testAttitudeIntegration.cpp

AttitudeState encapsulates an instantaneous representation of an attitude, as well as the frame from which it is referenced. Also included is all the functionality for converting between the frames and accessing or changing the associated rotation.

Examples:
AttitudeState satAtt;
Vector AngVel(3); AngVel(1) = 0.1;
satAtt.SetRotation(Rotation(Quaternion(0,0,0,1)));
satAtt.SetFrame(new AttitudeFrameBO);
satAtt.GetFrame()->SetReference(satOrbitState);
satAtt.SetAngularVelocity(AngVel);

cout << satAtt.GetRotation().GetDCM() << endl;
testPropagation.cpp


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