record TRchRecord

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRchRecord = record

Description

  TRchRecord = record
    Cell: TCellLocation;
    RechargeRate: double;
    StartingTime: double;
    EndingTime: double;
    RechargeRateAnnotation: string;
  end;
   

TRchRecord stores the location, time and recharge rate for a cell.

Overview

Fields

Cell: TCellLocation;
RechargeRate: double;
StartingTime: double;
EndingTime: double;
RechargeRateAnnotation: string;

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
procedure RecordStrings(Strings: TStringList);

Description

Fields

Cell: TCellLocation;
 
RechargeRate: double;
 
StartingTime: double;
 
EndingTime: double;
 
RechargeRateAnnotation: string;
 

Methods

procedure Cache(Comp: TCompressionStream; Strings: TStringList);
 
procedure Restore(Decomp: TDecompressionStream; Annotations: TStringList);
 
procedure RecordStrings(Strings: TStringList);
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:50