#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"
Go to the source code of this file.
Classes | |
| struct | ObitGBTBeamOffInfo |
| ObitGBTBeamOffInfo Class. More... | |
| struct | ObitGBTBeamOffInfoClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | MAXNUMBEAMOFF 10 |
| #define | ObitGBTBeamOffInfoUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitGBTBeamOffInfo returns a ObitGBTBeamOffInfo*. | |
| #define | ObitGBTBeamOffInfoRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitGBTBeamOffInfo. | |
| #define | ObitGBTBeamOffInfoIsA(in) ObitIsA (in, ObitGBTBeamOffInfoGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitGBTBeamOffInfoClassInit (void) |
| Public: Class initializer. | |
| ObitGBTBeamOffInfo * | newObitGBTBeamOffInfo (gchar *name) |
| Public: Constructor. | |
| ObitGBTBeamOffInfo * | newObitGBTBeamOffInfoValue (gchar *name, gint disk, gchar *scan, ObitErr *err) |
| Public: Constructor from values. | |
| gconstpointer | ObitGBTBeamOffInfoGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitGBTBeamOffInfo * | ObitGBTBeamOffInfoCopy (ObitGBTBeamOffInfo *in, ObitGBTBeamOffInfo *out, ObitErr *err) |
| Public: Copy constructor. | |
This class is derived from the Obit class.
This class contains information about GBT Beam Offsets Frequency and polarization information are retrieved from GBT archive files.
|
|
|
|
|
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 ObitGBTBeamOffInfo. returns a ObitGBTBeamOffInfo*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitGBTBeamOffInfo returns a ObitGBTBeamOffInfo*. in = object to unreference |
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
||||||||||||||||||||
|
Public: Constructor from values.
|
|
|
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