SuperNOVAS v1.2
The NOVAS C library, made better
Loading...
Searching...
No Matches
object Struct Reference

#include <novas.h>

Data Fields

char name [SIZE_OF_OBJ_NAME]
 name of the object (0-terminated)
 
long number
 enum novas_planet, or minor planet ID (e.g. NAIF), or star catalog ID.
 
cat_entry star
 basic astrometric data for any 'catalog' object.
 
enum novas_object_type type
 NOVAS object type.
 

Detailed Description

Celestial object of interest.

Note, the memory footprint is different from NOVAS C due to the use of the enum vs short 'type' and the long vs. short 'number' values – hence it is not cross-compatible for binary data exchange with NOVAS C 3.1.


The documentation for this struct was generated from the following file: