#include <ObitIOHistory.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitIOAccess | access |
| Access type. | |
| ObitIOStatus | myStatus |
| I/O status. | |
| gpointer | myDesc |
| data descriptor, type depends on data type. | |
| gpointer | mySel |
| data selector | |
| gpointer | myCal |
| Calibrator for Data. | |
| Obit * | tableList |
| TableList of associated tables (declared as base class due to logic problems). | |
| ObitInfoList * | info |
| InfoList for file definition information. | |
| glong | MaxNumber |
| Maximum number of records currently in file. | |
| glong | CurrentNumber |
| Current number in file. | |
| glong | Last |
| Last read or written. | |
|
|
Access type.
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Current number in file.
|
|
|
InfoList for file definition information.
|
|
|
Last read or written.
|
|
|
Maximum number of records currently in file.
|
|
|
Calibrator for Data.
|
|
|
data descriptor, type depends on data type.
|
|
|
data selector
|
|
|
I/O status.
|
|
|
Name of object [Optional].
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
TableList of associated tables (declared as base class due to logic problems).
|
1.3.9.1