FACT++  1.0
palObs.c File Reference
#include <string.h>
#include "pal.h"
#include "palmac.h"
+ Include dependency graph for palObs.c:

Go to the source code of this file.

Classes

struct  telData
 

Macros

#define star_strellcpy(dest, src, size)   star__strellcpy(dest, src, size)
 
#define WEST(ID, IAM, AS)   PAL__DAS2R*((60.0*(60.0*(double)ID+(double)IAM))+(double)AS)
 
#define NORTH(ID, IAM, AS)   WEST(ID,IAM,AS)
 
#define EAST(ID, IAM, AS)   -1.0*WEST(ID,IAM,AS)
 
#define SOUTH(ID, IAM, AS)   -1.0*WEST(ID,IAM,AS)
 

Functions

static void star__strellcpy (char *dest, const char *src, size_t size)
 
int palObs (size_t n, const char *c, char *ident, size_t identlen, char *name, size_t namelen, double *w, double *p, double *h)