Renaming
This commit is contained in:
@@ -18,14 +18,11 @@ uses
|
|||||||
type
|
type
|
||||||
// Interface for an instantiable data server.
|
// Interface for an instantiable data server.
|
||||||
IDataServer<T: record> = interface
|
IDataServer<T: record> = interface
|
||||||
['{1F8E5A9D-E92A-44C1-9F3F-C4B82A6E94B3}']
|
|
||||||
procedure ClearCache;
|
procedure ClearCache;
|
||||||
function ProcessData(const Symbol: String; const Terminated: TState; const Processor: IConsumer<TArray<TDataPoint<T>>>): TState;
|
function ProcessData(const Symbol: String; const Terminated: TState; const Processor: IConsumer<TArray<TDataPoint<T>>>): TState;
|
||||||
function EnumerateSymbols: TFuture<TArray<String>>;
|
function EnumerateSymbols: TFuture<TArray<String>>;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Aura files
|
|
||||||
|
|
||||||
// Represents metadata for a single data file.
|
// Represents metadata for a single data file.
|
||||||
TDataFile = record
|
TDataFile = record
|
||||||
private
|
private
|
||||||
|
|||||||
Reference in New Issue
Block a user