#include <WhorlHistory.h>
Definition at line 33 of file WhorlHistory.h.
Public Member Functions | |
WhorlHistory (TiXmlHandle _handle, string _WhorlName) | |
Constructs an empty Whorl history. | |
virtual | ~WhorlHistory () |
Default Deconstructor. | |
int | Initialize () |
Initialze function. | |
int | Deinitialize () |
Deinitialze function. | |
int | Parse (TiXmlHandle _handle, string _WhorlName) |
Parse Config file for logging parameters. | |
void | AppendHistory (ssfTime _Time, Vector _AttitudeState, Vector _AttitudeControl) |
Append the time, attitude, and other states of the Simulator to a file. | |
void | AppendHistory (ssfTime _Time, Vector _AttitudeState, Vector _AttitudeControl, Vector _MRP) |
Append the time, attitude, and other states of the Simulator to a file. | |
void | AppendHistory (ssfTime _Time, Vector _AttitudeState, Vector _AttitudeControl, Vector _MRP, Vector _ReferenceAttitudeState, Vector _ReferenceMRP, Vector _ControlError) |
Append the time, attitude, and other states of the Simulator to a file. | |
Private Attributes | |
ofstream * | m_File |
Member ofstream in WheelHistory.h of data file to be saved. | |
string | m_FilePath |
Member string in WheelHistory.h, path of file. | |
string | m_TestID |
Member string in WheelHistory.h, identify specific test which is in file name. | |
string | m_FileExtension |
Member string in WheelHistory.h, identify file extension for data to be saved as. | |
string | m_ObjectName |
Member string in WheelHistory.h, the name of the object having data saved. | |
string | m_FileName |
Member string in WheelHistory.h, Name of file. |
|
Constructs an empty Whorl history.
Definition at line 18 of file WhorlHistory.cpp. References Initialize(), m_File, and Parse(). |
|
Default Deconstructor.
Definition at line 26 of file WhorlHistory.cpp. References Deinitialize(). |
|
Append the time, attitude, and other states of the Simulator to a file.
Definition at line 129 of file WhorlHistory.cpp. References m_File, and O_SESSAME::Vector. |
|
Append the time, attitude, and other states of the Simulator to a file.
Definition at line 97 of file WhorlHistory.cpp. References m_File, and O_SESSAME::Vector. |
|
Append the time, attitude, and other states of the Simulator to a file.
Definition at line 70 of file WhorlHistory.cpp. References m_File, and O_SESSAME::Vector. Referenced by main(). |
|
Deinitialze function.
Definition at line 39 of file WhorlHistory.cpp. References m_File. Referenced by ~WhorlHistory(). |
|
Initialze function.
Definition at line 32 of file WhorlHistory.cpp. References m_File, and m_FileName. Referenced by WhorlHistory(). |
|
Parse Config file for logging parameters.
Definition at line 50 of file WhorlHistory.cpp. References TiXmlHandle::Child(), TiXmlHandle::Element(), TiXmlHandle::FirstChild(), m_FileExtension, m_FileName, m_FilePath, m_ObjectName, and m_TestID. Referenced by WhorlHistory(). |
|
Member ofstream in WheelHistory.h of data file to be saved.
Definition at line 55 of file WhorlHistory.h. Referenced by AppendHistory(), Deinitialize(), Initialize(), and WhorlHistory(). |
|
Member string in WheelHistory.h, identify file extension for data to be saved as.
Definition at line 64 of file WhorlHistory.h. Referenced by Parse(). |
|
Member string in WheelHistory.h, Name of file.
Definition at line 70 of file WhorlHistory.h. Referenced by Initialize(), and Parse(). |
|
Member string in WheelHistory.h, path of file.
Definition at line 58 of file WhorlHistory.h. Referenced by Parse(). |
|
Member string in WheelHistory.h, the name of the object having data saved.
Definition at line 67 of file WhorlHistory.h. Referenced by Parse(). |
|
Member string in WheelHistory.h, identify specific test which is in file name.
Definition at line 61 of file WhorlHistory.h. Referenced by Parse(). |