Changeset 340 for PinConnection


Ignore:
Timestamp:
Apr 3, 2012, 7:31:15 AM (12 years ago)
Author:
chronos
Message:
  • Added: New package PersistentData for abstraction of access to various persistent data representation.
Location:
PinConnection
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • PinConnection/Languages/USerialPort.po

    r268 r340  
    44#: userialport.sassignmenterror
    55msgid "Assignment error"
    6 msgstr ""
     6msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
    77
    88#: userialport.swrongdatabitsnumber
  • PinConnection/PinConnection.lpk

    r296 r340  
    2222    <License Value="GNU/GPL"/>
    2323    <Version Minor="3"/>
    24     <Files Count="10">
     24    <Files Count="11">
    2525      <Item1>
    2626        <Filename Value="UCommFrame.pas"/>
     
    4040      </Item4>
    4141      <Item5>
    42         <Filename Value="UCommSocket.pas"/>
    43         <UnitName Value="UCommSocket"/>
     42        <Filename Value="UCommThread.pas"/>
     43        <UnitName Value="UCommThread"/>
    4444      </Item5>
    4545      <Item6>
    46         <Filename Value="UCommThread.pas"/>
    47         <UnitName Value="UCommThread"/>
     46        <Filename Value="UPacketBurst.pas"/>
     47        <UnitName Value="UPacketBurst"/>
    4848      </Item6>
    4949      <Item7>
    50         <Filename Value="UPacketBurst.pas"/>
    51         <UnitName Value="UPacketBurst"/>
     50        <Filename Value="USerialPort.pas"/>
     51        <UnitName Value="USerialPort"/>
    5252      </Item7>
    5353      <Item8>
    54         <Filename Value="USerialPort.pas"/>
    55         <UnitName Value="USerialPort"/>
     54        <Filename Value="UCommConcentrator.pas"/>
     55        <UnitName Value="UCommConcentrator"/>
    5656      </Item8>
    5757      <Item9>
    58         <Filename Value="UCommConcentrator.pas"/>
    59         <UnitName Value="UCommConcentrator"/>
     58        <Filename Value="UCommDelay.pas"/>
     59        <UnitName Value="UCommDelay"/>
    6060      </Item9>
    6161      <Item10>
    62         <Filename Value="UCommDelay.pas"/>
    63         <UnitName Value="UCommDelay"/>
     62        <Filename Value="UCommTCPClient.pas"/>
     63        <UnitName Value="UCommTCPClient"/>
    6464      </Item10>
     65      <Item11>
     66        <Filename Value="UCommTCPServer.pas"/>
     67        <UnitName Value="UCommSocket"/>
     68      </Item11>
    6569    </Files>
    6670    <i18n>
  • PinConnection/PinConnection.pas

    r296 r340  
    88
    99uses
    10   UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommSocket, UCommThread,
    11   UPacketBurst, USerialPort, UCommConcentrator, UCommDelay, LazarusPackageIntf;
     10  UCommFrame, UCommHub, UCommPin, UCommSerialPort, UCommThread, UPacketBurst,
     11  USerialPort, UCommConcentrator, UCommDelay, UCommTCPClient, UCommTCPServer,
     12  LazarusPackageIntf;
    1213
    1314implementation
Note: See TracChangeset for help on using the changeset viewer.