-
Notifications
You must be signed in to change notification settings - Fork 0
Communication Management System
The Communication Management System offers a complex network control to allow seperation of data that passes through a single port. The communication is splited into mini-networks of 2 Sendable objects that communicate with each other. Each Sendable object is seperate and can send or receive data seperatly from other Sendables. The communication is done between 2 Sendable objects - one on each side. When a Sendable object is added to the Manager, data about it is sent to the other side. If a correspanding Sendable object exists, communication between the 2 is initiated on the same port. Otherwise, a new Sendable object is created according to the user parameters, if possible, and starts communication with the given object. To allow maximum flexability, the Manager can send and receive data in any wanted way through the use of CommInterfaces.