Instrument Neutral Distributed Interface INDI  2.0.2
Public Attributes | List of all members

FITS keyword. More...

#include <fits.h>

Public Attributes

char * name
 Name of the keyword. More...
 
char * format
 Format of the content of the keyword. More...
 
char * unit
 Measure unit of the value. More...
 
char * value
 Value. More...
 
char * comment
 Description of the keyword or value. More...
 
char ** expected
 Expected value if checking when read. More...
 

Detailed Description

FITS keyword.

Definition at line 51 of file fits.h.

Member Data Documentation

◆ comment

char* dsp_fits_keyword::comment

Description of the keyword or value.

Definition at line 62 of file fits.h.

◆ expected

char** dsp_fits_keyword::expected

Expected value if checking when read.

Definition at line 64 of file fits.h.

◆ format

char* dsp_fits_keyword::format

Format of the content of the keyword.

Definition at line 56 of file fits.h.

◆ name

char* dsp_fits_keyword::name

Name of the keyword.

Definition at line 54 of file fits.h.

◆ unit

char* dsp_fits_keyword::unit

Measure unit of the value.

Definition at line 58 of file fits.h.

◆ value

char* dsp_fits_keyword::value

Value.

Definition at line 60 of file fits.h.


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