Changeset 10031 for trunk/Cosy/Changelog


Ignore:
Timestamp:
10/21/10 16:16:52 (14 years ago)
Author:
tbretz
Message:
Changed connection from SPS to a client-only connection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosy/Changelog

    r10026 r10031  
    3131   * */Makefile, Makefile*:
    3232     - removed necessity of defining OSTYPE
     33
     34   * Makefile.rules:
     35     - replaced cvs by svn
     36
     37   * tpoint/TPointGui.cc:
     38     - included stdlib.h
     39
     40   * devdrv/dkc.[h,cc]:
     41     - added five-byte error massages from IndraDrive
     42     + for errnum and errinf are no coded with 1+5 byte
     43       instead of 2+4
     44     - added UPS information to PDO3, consequently changed fStatusPDO3
     45       from BYTE_t to WORD_t
     46     + fixed in the SPS that the armed status was not transmitted in the
     47       correct byte
     48     - adapted inline functions accordingly
     49
     50   * cosy.cc:
     51     - added a debug line to see when the gui is up
     52     - removed receiver port from instantiation of Ethernet
     53
     54   * candrv/ethernet.[h,cc]:
     55     - replaced bidirectional Tcp/Ip sockets by an unidirectional one,
     56       thus only one party (cosy) connects (to the SPS)
     57     - removed dependancy on MTcpIpI and replaced by new class MTcpIpOI
     58     - removed obsolete fTxAddress and fTxPort
     59     - only start thread if it is not already running to prevent parallel
     60       connection attempts on the same socket
     61     + IsConnectionstablished is not evaluated yet
     62
     63   * tcpip/MTcpIpIO.[h,cc]:
     64     - removed empty destructor of MTcpIpIO
     65     - changed typical reconnection time from 30s to 3s. This seems
     66       more reasonably adapted to human behaviour
     67     - added new class MTcpIpOI which is a bi-directional communication
     68       channel via TCP/IP
     69
     70   * main/MCosy.cc:
     71     - correctly propagate the pdo3 status
    3372
    3473
Note: See TracChangeset for help on using the changeset viewer.