Interface a Data_Port.
This interface defines a Data Port. A Data Port is a port that transmit data between two components.
Each Data Port has a Put operation for the emitter and a Get operation for the receiver.
- Note
- Data_Port is currently empty but it permits to identified the behaviour of a port.