#include "Obit.h"
#include "ObitErr.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitAntenna |
| ObitAntenna Class. More... | |
| struct | ObitAntennaClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitAntennaUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitAntenna returns a ObitAntenna*. | |
| #define | ObitAntennaRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitAntenna. | |
| #define | ObitAntennaIsA(in) ObitIsA (in, ObitAntennaGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitAntennaClassInit (void) |
| Public: Class initializer. | |
| ObitAntenna * | newObitAntenna (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitAntennaGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitAntenna * | ObitAntennaCopy (ObitAntenna *in, ObitAntenna *out, ObitErr *err) |
| Public: Copy constructor. | |
This class is derived from the Obit class.
This class contains information about a given antenna.
|
|
Macro to determine if an object is the member of this or a derived class. Returns TRUE if a member, else FALSE in = object to reference |
|
|
Macro to reference (update reference count) an ObitAntenna. returns a ObitAntenna*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitAntenna returns a ObitAntenna*. in = object to unreference |
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
||||||||||||||||
|
Public: Copy constructor. Parent class members are included but any derived class info is ignored.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
1.3.9.1