Kstars
#include <deepstardata.h>
Public Attributes | |
int16_t | B |
qint16 | B { 0 } |
int16_t | dDec |
qint16 | dDec { 0 } |
int32_t | Dec |
qint32 | Dec { 0 } |
int16_t | dRA |
qint16 | dRA { 0 } |
int32_t | RA |
qint32 | RA { 0 } |
int16_t | V |
qint16 | V { 0 } |
Detailed Description
A 16-byte structure that holds star data for really faint stars.
- Version
- 1.0
Definition at line 26 of file nomadbinfile2mysql.h.
Member Data Documentation
◆ B [1/2]
int16_t DeepStarData::B |
Definition at line 32 of file nomadbinfile2mysql.h.
◆ B [2/2]
qint16 DeepStarData::B { 0 } |
Definition at line 23 of file deepstardata.h.
◆ dDec [1/2]
int16_t DeepStarData::dDec |
Definition at line 31 of file nomadbinfile2mysql.h.
◆ dDec [2/2]
qint16 DeepStarData::dDec { 0 } |
Definition at line 22 of file deepstardata.h.
◆ Dec [1/2]
int32_t DeepStarData::Dec |
Definition at line 29 of file nomadbinfile2mysql.h.
◆ Dec [2/2]
qint32 DeepStarData::Dec { 0 } |
Raw signed 32-bit DE value.
Needs to be multiplied by the scale (1e6)
Definition at line 20 of file deepstardata.h.
◆ dRA [1/2]
int16_t DeepStarData::dRA |
Definition at line 30 of file nomadbinfile2mysql.h.
◆ dRA [2/2]
qint16 DeepStarData::dRA { 0 } |
Definition at line 21 of file deepstardata.h.
◆ RA [1/2]
int32_t DeepStarData::RA |
Definition at line 28 of file nomadbinfile2mysql.h.
◆ RA [2/2]
qint32 DeepStarData::RA { 0 } |
Raw signed 32-bit RA value.
Needs to be multiplied by the scale (1e6)
Definition at line 19 of file deepstardata.h.
◆ V [1/2]
int16_t DeepStarData::V |
Definition at line 33 of file nomadbinfile2mysql.h.
◆ V [2/2]
qint16 DeepStarData::V { 0 } |
Definition at line 24 of file deepstardata.h.
The documentation for this struct was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:44 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.