#include <glib.h>
#include "Obit.h"
#include "ObitErr.h"
Go to the source code of this file.
Classes | |
| struct | ObitGBTCCBStateInfo |
| ObitGBTCCBStateInfo Class. More... | |
| struct | ObitGBTCCBStateInfoClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | MAXNUMCCBSTATE 10 |
| #define | ObitGBTCCBStateInfoUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitGBTCCBStateInfo returns a ObitGBTCCBStateInfo*. | |
| #define | ObitGBTCCBStateInfoRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitGBTCCBStateInfo. | |
| #define | ObitGBTCCBStateInfoIsA(in) ObitIsA (in, ObitGBTCCBStateInfoGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitGBTCCBStateInfoClassInit (void) |
| Public: Class initializer. | |
| ObitGBTCCBStateInfo * | newObitGBTCCBStateInfo (gchar *name) |
| Public: Constructor. | |
| ObitGBTCCBStateInfo * | newObitGBTCCBStateInfoValue (gchar *name, gint disk, gchar *scan, ObitErr *err) |
| Public: Constructor from values. | |
| gconstpointer | ObitGBTCCBStateInfoGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitGBTCCBStateInfo * | ObitGBTCCBStateInfoCopy (ObitGBTCCBStateInfo *in, ObitGBTCCBStateInfo *out, ObitErr *err) |
| Public: Copy constructor. | |
This class is derived from the Obit class.
This class contains information about the GBT observing CCBState. 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 ObitGBTCCBStateInfo. returns a ObitGBTCCBStateInfo*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitGBTCCBStateInfo returns a ObitGBTCCBStateInfo*. 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