Log I/O
Loading...
Searching...
No Matches
LisProgramOverlayHeaderRecord Class Referencesealed

Class representing a LIS program overlay header record. More...

Inherits LisRecord.

Public Member Functions

DateTime? GetLinkDate ()
 Get link date of this record.
 
int GetLoadAddress ()
 Return load address of this record.
 
int GetLoadSize ()
 Return load size of this record.
 
string GetPhaseName ()
 Return phase name of this record.
 
string GetProgramName ()
 Return program name of this record.
 
DateTime? GetTapeGenerationDate ()
 Return tape generation date of this record.
 
int GetTransferAddress ()
 Return transfer address of this record.
 
string GetVersion ()
 Get version of this record.
 
 LisProgramOverlayHeaderRecord (string programName, string phaseName, string version, DateTime? tapeGenerationDate, DateTime? linkDate, int loadAddress, int loadSize, int transferAddress)
 Create a LIS program overlay header record.
 
- Public Member Functions inherited from LisRecord
int GetAttributes ()
 Return attributes of this record.
 
int GetRecordType ()
 Return type of this record.
 
override string ToString ()
 

Additional Inherited Members

- Static Public Attributes inherited from LisRecord
const int ALTERNATE_DATA = 1
 Type 1: Alternate data.
 
const int BLANK = 234
 Type 234: Blank.
 
const int BOOTSTRAP_LOADER = 96
 Type 96: Bootstrap loader.
 
const int COMMENT = 232
 Type 232: Comment.
 
const int DATA_FORMAT_SPECIFICATION = 64
 Type 64: Data format specification.
 
const int ENCRYPTED_TABLE = 42
 Type 42: Encrypted table dump.
 
const int FILE_HEADER = 128
 Type 128: File header.
 
const int FILE_TRAILER = 129
 Type 129: File trailer.
 
const int IMAGE = 86
 Type 86: Image.
 
const int JOB_IDENTIFICATION = 32
 Type 32: Information (job identification).
 
const int KERNEL_LOADER_BOOT = 97
 Type 97: CP-Kernel loader boot.
 
const int LOGICAL_BOT = 138
 Type 138: Logical beginning-of-tape.
 
const int LOGICAL_EOF = 137
 Type 137: Logical end-of-file.
 
const int LOGICAL_EOM = 141
 Type 141: Logical end-of-medium.
 
const int LOGICAL_EOT = 139
 Type 139: Logical end-of-tap.
 
const int NORMAL_DATA = 0
 Type 0: Normal data.
 
const int OPERATOR_COMMAND_INPUTS = 224
 Type 224: Operator command inputs.
 
const int OPERATOR_RESPONSE_INPUTS = 225
 Type 225: Operator response inputs.
 
const int PICTURE = 85
 Type 85: Picture.
 
const int PROGRAM_OVERLAY_HEADER = 101
 Type 101: Program overlay header.
 
const int PROGRAM_OVERLAY_LOAD = 102
 Type 102: Program overlay load.
 
const int REEL_HEADER = 132
 Type 132: Reel header.
 
const int REEL_TRAILER = 133
 Type 133: Reel trailer.
 
const int SOFTWARE_BOOT = 95
 Type 95: TU10 Software boot.
 
const int SYSTEM_OUTPUTS_TO_OPERATOR = 227
 Type 227: System outputs to operator.
 
const int TABLE_DUMP = 47
 Type 47: Table dump.
 
const int TAPE_HEADER = 130
 Type 130: Tape header.
 
const int TAPE_TRAILER = 131
 Type 131: Tape trailer.
 
const int TOOL_STRING_INFO = 39
 Type 39: Information (tool string info).
 
const int WELL_SITE_DATA = 34
 Type 34: Information (well site data).
 
- Protected Member Functions inherited from LisRecord
 LisRecord (int recordType, int attributes)
 Create a new LIS record.
 

Detailed Description

Class representing a LIS program overlay header record.

This record defines an overlay load (Record Type 102) which follows.

See LIS 79 Documentation Section 4.1.12.

Author
Petroware AS

Constructor & Destructor Documentation

◆ LisProgramOverlayHeaderRecord()

LisProgramOverlayHeaderRecord ( string programName,
string phaseName,
string version,
DateTime? tapeGenerationDate,
DateTime? linkDate,
int loadAddress,
int loadSize,
int transferAddress )

Create a LIS program overlay header record.

Parameters
programNameProgram name.
phaseNamePhase name.
versionVersion.
tapeGenerationDateTape generation date.
linkDateLink date.
loadAddressLoad address.
loadSizeLoad size.
transferAddressTransfer address.

Member Function Documentation

◆ GetLinkDate()

DateTime? GetLinkDate ( )

Get link date of this record.

Returns
Link date of this record. Null if N/A or unknown.

◆ GetLoadAddress()

int GetLoadAddress ( )

Return load address of this record.

Returns
Load address of this record.

◆ GetLoadSize()

int GetLoadSize ( )

Return load size of this record.

Returns
Load size of this record.

◆ GetPhaseName()

string GetPhaseName ( )

Return phase name of this record.

Returns
Phase name of this record.

◆ GetProgramName()

string GetProgramName ( )

Return program name of this record.

Returns
Program name of this record.

◆ GetTapeGenerationDate()

DateTime? GetTapeGenerationDate ( )

Return tape generation date of this record.

Returns
Tape generation date of this record. Null if N/A or unknown.

◆ GetTransferAddress()

int GetTransferAddress ( )

Return transfer address of this record.

Returns
Transfer address of this record.

◆ GetVersion()

string GetVersion ( )

Get version of this record.

Returns
Version of this record.

The documentation for this class was generated from the following file: