Unit MemoryMap_lib
Classes, Interfaces, Objects and Records
Constants
Variables
Description
**************************Memory mapped files Library************************** * This library was added to OpenDSS to handle the different functions related * * with mapping files into memory to accelerate the data manipulation process * * when including this device to the simulation * * * * last modification: 09-12-2016 * ********************************************************************************
Uses
Overview
Functions and Procedures
Types
Description
Functions and Procedures
function Create_Meter_Space(Init_Str: String): TBytesStream; OVERLOAD; |
|
procedure WriteintoMemStr(Mem_Space: TBytesStream; Content: String); OVERLOAD; |
|
procedure WriteintoMem(Mem_Space: TBytesStream; Content: Double); OVERLOAD; |
|
procedure CloseMHandler(DSS: TDSSContext; var Mem_Space: TBytesStream; const Dest_Path: String; AppendFile: Boolean); |
|
procedure Write_String(Mem_Space: TBytesStream; const Content: String); |
|
Types
DoubleArray1d = array of Double; |
|
DoubleArray2d = array of array of Double; |
|
StringArray1d = array of String; |
|
Generated by PasDoc 0.16.0.