Data Types

This commit is contained in:
Michael Schimmel
2025-08-25 10:26:48 +02:00
parent 75675b8dc1
commit 27f1cc5486
20 changed files with 2670 additions and 34 deletions
+16
View File
@@ -0,0 +1,16 @@
unit Myc.Data.Component;
interface
uses
Myc.Signals,
Myc.Data.Pipeline;
type
IDataType = interface
end;
IDataTypeRegistry = interface
procedure RegisterType(end; IDataComponentParameter = interface property end; implementation end.