Main Page | Class List | Directories | File List | Class Members | File Members

ObitAIPSDirCatEntry Struct Reference

AIPS Catalog (directory) entry structure A short description of the name and access info. More...

#include <ObitAIPSDir.h>

List of all members.

Public Attributes

gint user
 User id or -1 if slot is unused.
gint32 status
 status of entry:
  • 0 => no programs are accessing,
  • n>0 => n programs have read access,
  • -1 =>one program with write access,
  • n<0 => one program writing, 1+n reading.

guint32 access [2]
 date and time of last access in packed format (Packed years since 1900):
  • access[0] = 256 * (256 * YY + MM) + DD
  • access[1] = 256 * (256 * HH + MM) + SS

gint32 seq
 AIPS sequence number.
gchar name [12]
 AIPS name (12 char, not NULL terminated).
gchar class [6]
 AIPS class (6 char, not NULL terminated).
gchar type [2]
 AIPS file type, "MA","UV", "SC" (2 char).


Detailed Description

AIPS Catalog (directory) entry structure A short description of the name and access info.


Member Data Documentation

guint32 ObitAIPSDirCatEntry::access[2]
 

date and time of last access in packed format (Packed years since 1900):

  • access[0] = 256 * (256 * YY + MM) + DD
  • access[1] = 256 * (256 * HH + MM) + SS

gchar ObitAIPSDirCatEntry::class[6]
 

AIPS class (6 char, not NULL terminated).

gchar ObitAIPSDirCatEntry::name[12]
 

AIPS name (12 char, not NULL terminated).

gint32 ObitAIPSDirCatEntry::seq
 

AIPS sequence number.

gint32 ObitAIPSDirCatEntry::status
 

status of entry:

  • 0 => no programs are accessing,
  • n>0 => n programs have read access,
  • -1 =>one program with write access,
  • n<0 => one program writing, 1+n reading.

gchar ObitAIPSDirCatEntry::type[2]
 

AIPS file type, "MA","UV", "SC" (2 char).

gint ObitAIPSDirCatEntry::user
 

User id or -1 if slot is unused.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 31 22:13:10 2007 for Obit by  doxygen 1.3.9.1