Data Types
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user