Unit Storage
Functions and Procedures
Variables
Description
Uses
Overview
Classes, Interfaces, Objects and Records
| Name | Description |
|---|---|
Packed Record TStorageVars |
|
Class TStorage |
|
Class TStorageObj |
Types
TStorageProp = (...); |
Constants
NumStorageRegisters = 6; |
NumStorageVariables = 7; |
STORE_CHARGING = -1; |
STORE_IDLING = 0; |
STORE_DISCHARGING = 1; |
STORE_DEFAULT = 0; |
STORE_LOADMODE = 1; |
STORE_PRICEMODE = 2; |
STORE_EXTERNALMODE = 3; |
STORE_FOLLOW = 4; |
Description
Types
TStorageProp = (...); |
Values
|
Constants
NumStorageRegisters = 6; |
|
propDEBUGTRACE |
NumStorageVariables = 7; |
|
Number of energy meter registers |
STORE_CHARGING = -1; |
|
No state variables = = = = = = = = = = = = = = DEFINE STATES = = = = = = = = = = = = = = = = = = = = = = = = = |
STORE_IDLING = 0; |
STORE_DISCHARGING = 1; |
STORE_DEFAULT = 0; |
|
= = = = = = = = = = = = = = DEFINE DISPATCH MODES = = = = = = = = = = = = = = = = = = = = = = = = = |
STORE_LOADMODE = 1; |
STORE_PRICEMODE = 2; |
STORE_EXTERNALMODE = 3; |
STORE_FOLLOW = 4; |
Generated by PasDoc 0.16.0.