Ignore:
Timestamp:
Nov 1, 2011, 10:32:54 AM (13 years ago)
Author:
george
Message:
  • Added: New class TPinConcentrator as special case of TCommHub. Concentrator send data received from Main pin to all registred pins and send all data received from registred pins to main pin.
  • Modified: Pins of TCommHub are now implemented as descendand of TObjectList rather then methods of TCommHub.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/PinConnection.pas

    r119 r289  
    88
    99uses
    10     UCommFrame, UCommHub, UCommPin, UCommProtocol, UCommSerialPort,
    11   UCommSocket, UCommThread, UPacketBurst, USerialPort, LazarusPackageIntf;
     10  UCommFrame, UCommHub, UCommPin, UCommProtocol, UCommSerialPort, UCommSocket,
     11  UCommThread, UPacketBurst, USerialPort, UCommConcentrator, LazarusPackageIntf;
    1212
    1313implementation
Note: See TracChangeset for help on using the changeset viewer.