Spacecraft Control Framework 1.0
Spacecraft Control Library
Public Attributes | List of all members
sc_history_segment Class Reference

Segment of the spacecraft history. More...

Public Attributes

double timestamps [SC_SEGMENT_LENGTH]
 Time stamps.
 
ml_matrix data [SC_SEGMENT_LENGTH]
 Data in the segments.
 
int data_count
 Count of data.
 
double first_time
 First segment.
 
double last_time
 Last segment.
 
sc_history_segmentnext
 Next element in list.
 

Detailed Description

Segment of the spacecraft history.