TwiceAsNice
2019-02-18
|
Entry in the in memory alignment database. More...
#include <Common.h>
Public Member Functions | |
AlignmentDatabaseEntry () | |
Default constructor. More... | |
AlignmentDatabaseEntry (const AlignmentDatabaseEntry &Source) | |
Copy constructor. More... | |
const AlignmentDatabaseEntry & | operator= (const AlignmentDatabaseEntry &RHS) |
Override the assignment operator to provide a const version. More... | |
Public Attributes | |
double | ObservationJulianDate |
double | RightAscension |
Right ascension in decimal hours. More... | |
double | Declination |
Declination in decimal degrees. More... | |
TelescopeDirectionVector | TelescopeDirection |
Normalised vector giving telescope pointing direction. More... | |
std::unique_ptr< unsigned char > | PrivateData |
Private data associated with this sync point. More... | |
int | PrivateDataSize |
This size in bytes of any private data. More... | |
Entry in the in memory alignment database.
|
inline |
Default constructor.
|
inline |
Copy constructor.
|
inline |
Override the assignment operator to provide a const version.
double INDI::AlignmentSubsystem::AlignmentDatabaseEntry::Declination |
Declination in decimal degrees.
double INDI::AlignmentSubsystem::AlignmentDatabaseEntry::ObservationJulianDate |
std::unique_ptr<unsigned char> INDI::AlignmentSubsystem::AlignmentDatabaseEntry::PrivateData |
Private data associated with this sync point.
int INDI::AlignmentSubsystem::AlignmentDatabaseEntry::PrivateDataSize |
This size in bytes of any private data.
double INDI::AlignmentSubsystem::AlignmentDatabaseEntry::RightAscension |
Right ascension in decimal hours.
N.B. libnova works in decimal degrees so conversion is always needed!
TelescopeDirectionVector INDI::AlignmentSubsystem::AlignmentDatabaseEntry::TelescopeDirection |
Normalised vector giving telescope pointing direction.
This is referred to elsewhere as the "apparent" direction.