#include "orsa_file.h"#include <algorithm>#include <cstring>#include <iostream>#include <ctype.h>#include "orsa_common.h"#include "orsa_units.h"#include "orsa_error.h"#include "orsa_version.h"#include "sdncal.h"#include <cstdio>#include "jpleph.h"#include "jpl_int.h"#include <unistd.h>#include "support.h"
Go to the source code of this file.
Namespaces | |
| namespace | orsa |
Defines | |
| #define | SWAP_MACRO(A, B, TEMP) { (TEMP) = (A); (A) = (B); (B) = (TEMP); } |
| OrsaFile. | |
Functions | |
| int | SWIFTRawReadBinaryFile (FILE_TYPE file, const int version=2) |
| static void | swap_4 (void *ptr) |
| static void | swap_8 (void *ptr) |
| static void | swap (void *ptr, unsigned int size) |
Variables | |
| int | nast |
| double | el [6] |
| double | l_ts |
| double | w_ts |
| double | file_time |
| OrsaPaths * | orsa_paths = 0 |
| #define SWAP_MACRO | ( | A, | |||
| B, | |||||
| TEMP | ) | { (TEMP) = (A); (A) = (B); (B) = (TEMP); } |
OrsaFile.
Definition at line 1494 of file orsa_file.cc.
Referenced by orsa::swap_4(), and orsa::swap_8().
1.6.1