OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class is able to read a Data point data record. More...
#include <DataPointDataRecord.h>
Public Member Functions | |
DataPointDataRecord () | |
Constructor. More... | |
~DataPointDataRecord () | |
Destructor. More... | |
DataPointDataRecord (const DataPointDataRecord &rhs) | |
Copy constructor. More... | |
DataPointDataRecord & | operator= (const DataPointDataRecord &rhs) |
Copy operator. More... | |
int | get_gmt_day () |
Day of the year, GMT. More... | |
int | get_gmt_sec () |
Milliseconds of day, GMT More... | |
int | get_pitch_flag () |
Pitch data quality flag More... | |
int | get_roll_flag () |
Roll data quality flag More... | |
int | get_yaw_flag () |
Yaw data quality flag More... | |
double | get_pitch () |
Pitch error, degrees More... | |
double | get_roll () |
Roll error, degrees More... | |
double | get_yaw () |
Yaw error, degrees More... | |
int | get_pitch_rate_flag () |
Pitch rate data quality flag More... | |
int | get_roll_rate_flag () |
Roll rate data quality fla More... | |
int | get_yaw_rate_flag () |
Yaw rate data quality flag More... | |
double | get_pitch_rate () |
Pitch rate, degrees/sec More... | |
double | get_roll_rate () |
Roll rate, degrees/sec More... | |
double | get_yaw_rate () |
Yaw rate, degrees/sec More... | |
Protected Attributes | |
int | _gmt_day |
Day of the year, GMT. More... | |
int | _gmt_sec |
Milliseconds of day, GMT More... | |
int | _pitch_flag |
Pitch data quality flag More... | |
int | _roll_flag |
Roll data quality flag More... | |
int | _yaw_flag |
Yaw data quality flag More... | |
double | _pitch |
Pitch error, degrees More... | |
double | _roll |
Roll error, degrees More... | |
double | _yaw |
Yaw error, degrees More... | |
int | _pitch_rate_flag |
Pitch rate data quality flag More... | |
int | _roll_rate_flag |
Roll rate data quality fla More... | |
int | _yaw_rate_flag |
Yaw rate data quality flag More... | |
double | _pitch_rate |
Pitch rate, degrees/sec More... | |
double | _roll_rate |
Roll rate, degrees/sec More... | |
double | _yaw_rate |
Yaw rate, degrees/sec More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const DataPointDataRecord &data) |
This function writes the DataPointDataRecord in a stream. More... | |
std::istream & | operator>> (std::istream &is, DataPointDataRecord &data) |
This function reads a DataPointDataRecord from a stream. More... | |
This class is able to read a Data point data record.
Definition at line 26 of file DataPointDataRecord.h.
ossimplugins::DataPointDataRecord::DataPointDataRecord | ( | ) |
ossimplugins::DataPointDataRecord::~DataPointDataRecord | ( | ) |
ossimplugins::DataPointDataRecord::DataPointDataRecord | ( | const DataPointDataRecord & | rhs | ) |
Copy constructor.
Definition at line 107 of file DataPointDataRecord.cpp.
References _gmt_day, _gmt_sec, _pitch, _pitch_flag, _pitch_rate, _pitch_rate_flag, _roll, _roll_flag, _roll_rate, _roll_rate_flag, _yaw, _yaw_flag, _yaw_rate, and _yaw_rate_flag.
|
inline |
Day of the year, GMT.
Definition at line 61 of file DataPointDataRecord.h.
References _gmt_day.
|
inline |
Milliseconds of day, GMT
Definition at line 68 of file DataPointDataRecord.h.
References _gmt_sec.
|
inline |
Pitch error, degrees
Definition at line 96 of file DataPointDataRecord.h.
References _pitch.
|
inline |
Pitch data quality flag
Definition at line 75 of file DataPointDataRecord.h.
References _pitch_flag.
|
inline |
Pitch rate, degrees/sec
Definition at line 138 of file DataPointDataRecord.h.
References _pitch_rate.
|
inline |
Pitch rate data quality flag
Definition at line 117 of file DataPointDataRecord.h.
References _pitch_rate_flag.
|
inline |
Roll error, degrees
Definition at line 103 of file DataPointDataRecord.h.
References _roll.
|
inline |
Roll data quality flag
Definition at line 82 of file DataPointDataRecord.h.
References _roll_flag.
|
inline |
Roll rate, degrees/sec
Definition at line 145 of file DataPointDataRecord.h.
References _roll_rate.
|
inline |
Roll rate data quality fla
Definition at line 124 of file DataPointDataRecord.h.
References _roll_rate_flag.
|
inline |
Yaw error, degrees
Definition at line 110 of file DataPointDataRecord.h.
References _yaw.
|
inline |
Yaw data quality flag
Definition at line 89 of file DataPointDataRecord.h.
References _yaw_flag.
|
inline |
Yaw rate, degrees/sec
Definition at line 152 of file DataPointDataRecord.h.
References _yaw_rate.
|
inline |
Yaw rate data quality flag
Definition at line 131 of file DataPointDataRecord.h.
References _yaw_rate_flag.
DataPointDataRecord & ossimplugins::DataPointDataRecord::operator= | ( | const DataPointDataRecord & | rhs | ) |
Copy operator.
Definition at line 125 of file DataPointDataRecord.cpp.
References _gmt_day, _gmt_sec, _pitch, _pitch_flag, _pitch_rate, _pitch_rate_flag, _roll, _roll_flag, _roll_rate, _roll_rate_flag, _yaw, _yaw_flag, _yaw_rate, and _yaw_rate_flag.
|
friend |
This function writes the DataPointDataRecord in a stream.
Definition at line 24 of file DataPointDataRecord.cpp.
|
friend |
This function reads a DataPointDataRecord from a stream.
Definition at line 43 of file DataPointDataRecord.cpp.
|
protected |
Day of the year, GMT.
Definition at line 155 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_gmt_day(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Milliseconds of day, GMT
Definition at line 165 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_gmt_sec(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Pitch error, degrees
Definition at line 181 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_pitch(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Pitch data quality flag
Definition at line 169 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_pitch_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Pitch rate, degrees/sec
Definition at line 205 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_pitch_rate(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Pitch rate data quality flag
Definition at line 193 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_pitch_rate_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Roll error, degrees
Definition at line 185 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_roll(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Roll data quality flag
Definition at line 173 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_roll_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Roll rate, degrees/sec
Definition at line 209 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_roll_rate(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Roll rate data quality fla
Definition at line 197 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_roll_rate_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Yaw error, degrees
Definition at line 189 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_yaw(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Yaw data quality flag
Definition at line 177 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_yaw_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Yaw rate, degrees/sec
Definition at line 213 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_yaw_rate(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().
|
protected |
Yaw rate data quality flag
Definition at line 201 of file DataPointDataRecord.h.
Referenced by DataPointDataRecord(), get_yaw_rate_flag(), ossimplugins::operator<<(), operator=(), and ossimplugins::operator>>().