First commit
This commit is contained in:
33
Classes/coordinatetranslator.h
Executable file
33
Classes/coordinatetranslator.h
Executable file
@@ -0,0 +1,33 @@
|
||||
//
|
||||
// coordinatetranslator.h
|
||||
// IDSC
|
||||
//
|
||||
// Created by Norbert Schmidt on 25-01-11.
|
||||
// Copyright 2011 DDQ. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
||||
@interface coordinatetranslator : NSObject {
|
||||
|
||||
|
||||
|
||||
// NSdate *datum;
|
||||
double Long;
|
||||
double Lat;
|
||||
double Alti;
|
||||
double ALT ;
|
||||
double AZ ;
|
||||
double RA ;
|
||||
double DEC ;
|
||||
char ObjName ;
|
||||
char ObjRef ;
|
||||
char ObjAltName ;
|
||||
char ObjType ;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user