#include "ObitIOHistory.h"
Functions | |
| void | ObitIOHistoryInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitIOHistoryClear (gpointer in) |
| Private: Deallocate members. | |
| ObitIOHistory * | newObitIOHistory (gchar *name, ObitInfoList *info, ObitErr *err) |
| Public: Constructor. | |
| gconstpointer | ObitIOHistoryGetClass (void) |
| Public: ClassInfo pointer. | |
| gboolean | ObitIOHistorySame (ObitIOHistory *in, ObitInfoList *in1, ObitInfoList *in2, ObitErr *err) |
| Public: Are underlying structures the same. | |
| void | ObitIOHistoryZap (ObitIOHistory *in, ObitErr *err) |
| Public: Delete underlying structures. | |
| ObitIOHistory * | ObitIOHistoryCopy (ObitIOHistory *in, ObitIOHistory *out, ObitErr *err) |
| Public: Copy constructor. | |
| ObitIOCode | ObitIOHistoryOpen (ObitIOHistory *in, ObitIOAccess access, ObitInfoList *info, ObitErr *err) |
| Public: Open. | |
| ObitIOCode | ObitIOHistoryClose (ObitIOHistory *in, ObitErr *err) |
| Public: Close. | |
| ObitIOCode | ObitIOHistorySet (ObitIOHistory *in, ObitInfoList *info, ObitErr *err) |
| Public: Init I/O. | |
| ObitIOCode | ObitIOHistoryReadRec (ObitIOHistory *in, glong recno, gchar *hiCard, ObitErr *err) |
| Public: Read Record. | |
| ObitIOCode | ObitIOHistoryWriteRec (ObitIOHistory *in, glong recno, gchar *hiCard, ObitErr *err) |
| Public: Write Record. | |
| gint | ObitIOHistoryNumRec (ObitIOHistory *in) |
| Public: number of records. | |
| ObitIOCode | ObitIOHistoryReadDescriptor (ObitIOHistory *in, ObitErr *err) |
| Public: Read Descriptor. | |
| ObitIOCode | ObitIOHistoryWriteDescriptor (ObitIOHistory *in, ObitErr *err) |
| Public: Write Descriptor. | |
| ObitIOCode | ObitIOHistoryFlush (ObitIOHistory *in, ObitErr *err) |
| Public: Flush. | |
| void | ObitIOHistoryClassInit (void) |
| Public: Class initializer. | |
This is a virtual base class and should never be directly instantiated. Derived classes provide an I/O interface to various underlying disk structures.
|
||||||||||||||||
|
Public: Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||
|
Public: Close.
|
|
||||||||||||||||
|
Public: Copy constructor. The result will have pointers to the more complex members. Parent class members are included but any derived class info is ignored.
|
|
||||||||||||
|
Public: Flush.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
|
|
Public: number of records.
|
|
||||||||||||||||||||
|
Public: Open. The file and selection info member should have been stored in the ObitInfoList prior to calling. See derived classes for details.
|
|
||||||||||||
|
Public: Read Descriptor.
|
|
||||||||||||||||||||
|
Public: Read Record.
|
|
||||||||||||||||||||
|
Public: Are underlying structures the same. This test is done using values entered into the ObitInfoList in case the object has not yet been opened.
|
|
||||||||||||||||
|
Public: Init I/O.
|
|
||||||||||||
|
Public: Write Descriptor.
|
|
||||||||||||||||||||
|
Public: Write Record.
|
|
||||||||||||
|
Public: Delete underlying structures.
|
1.3.9.1