Unit Noso.Config
Classes, Interfaces, Objects and Records
Types
Constants
Description
This item has no description.
Uses
- Classes
- Noso.Crypto
- Noso.Debug
- Noso.General
- Noso.Time
- strutils
- SysUtils
Overview
Functions and Procedures
procedure AddCFGData(DataToAdd: String; CFGIndex: Integer); |
procedure ClearCFGData(Index: String); |
function GetCFGDataStr(LParam: Integer = -1): String; |
procedure GetCFGFromFile(); |
function GetCFGHash(): String; |
function IsSeedNode(IP: String): Boolean; |
procedure RemoveCFGData(DataToRemove: String; CFGIndex: Integer); |
procedure RestoreCFGData(); |
function SaveCFGToFile(Content: String): Boolean; |
procedure SetCFGData(DataToSet: String; CFGIndex: Integer); |
procedure SetCFGDataStr(Content: String); |
procedure SetCFGFilename(Fname: String); |
procedure SetCFGHash(); |
Variables
CFGDataLock: TRTLCriticalSection; |
CFGFile: Textfile; |
CFGFileLock: TRTLCriticalSection; |
CFGFilename: String = 'nosocfg.psk'; |
CFGHashLock: TRTLCriticalSection; |
DefaultNosoCFG: String =
'NORMAL ' +
'204.10.194.22;8080:204.10.194.29;8080:204.10.194.32;8080:204.10.194.36;8080:204.10.194.33;8080: '
+
'ts2.aco.net:hora.roa.es:time.esa.int:time.stdtime.gov.tw:stratum-1.sjc02.svwh.net:ntp1.sp.se:1.de.pool.ntp.org:ntps1.pads.ufrj.br:utcnist2.colorado.edu:tick.usask.ca:ntp1.st.keio.ac.jp: ' +
'null: ' +
'null: ' +
'NpryectdevepmentfundsGE:'; |
LasTimeCFGRequest: Int64 = 0; |
MyCFGHash: String = ''; |
NosoCFGString: String = ''; |
Description
Functions and Procedures
procedure AddCFGData(DataToAdd: String; CFGIndex: Integer); |
|
This item has no description. |
procedure ClearCFGData(Index: String); |
|
This item has no description. |
function GetCFGDataStr(LParam: Integer = -1): String; |
|
This item has no description. |
procedure GetCFGFromFile(); |
|
This item has no description. |
function GetCFGHash(): String; |
|
This item has no description. |
function IsSeedNode(IP: String): Boolean; |
|
If the specified IP a seed node |
procedure RemoveCFGData(DataToRemove: String; CFGIndex: Integer); |
|
This item has no description. |
procedure RestoreCFGData(); |
|
This item has no description. |
function SaveCFGToFile(Content: String): Boolean; |
|
This item has no description. |
procedure SetCFGData(DataToSet: String; CFGIndex: Integer); |
|
This item has no description. |
procedure SetCFGDataStr(Content: String); |
|
This item has no description. |
procedure SetCFGFilename(Fname: String); |
|
This item has no description. |
procedure SetCFGHash(); |
|
This item has no description. |
Variables
CFGDataLock: TRTLCriticalSection; |
|
This item has no description. |
CFGFile: Textfile; |
|
This item has no description. |
CFGFileLock: TRTLCriticalSection; |
|
This item has no description. |
CFGFilename: String = 'nosocfg.psk'; |
|
This item has no description. |
CFGHashLock: TRTLCriticalSection; |
|
This item has no description. |
DefaultNosoCFG: String =
'NORMAL ' +
'204.10.194.22;8080:204.10.194.29;8080:204.10.194.32;8080:204.10.194.36;8080:204.10.194.33;8080: '
+
'ts2.aco.net:hora.roa.es:time.esa.int:time.stdtime.gov.tw:stratum-1.sjc02.svwh.net:ntp1.sp.se:1.de.pool.ntp.org:ntps1.pads.ufrj.br:utcnist2.colorado.edu:tick.usask.ca:ntp1.st.keio.ac.jp: ' +
'null: ' +
'null: ' +
'NpryectdevepmentfundsGE:'; |
|
This item has no description. |
LasTimeCFGRequest: Int64 = 0; |
|
This item has no description. |
MyCFGHash: String = ''; |
|
This item has no description. |
NosoCFGString: String = ''; |
|
This item has no description. |
Generated by PasDoc 0.16.0-snapshot.