src/sync.c
changeset 252 b0dd37421d28
parent 236 905677ed00f3
child 263 d221d387ad2f
equal deleted inserted replaced
251:cab66ef3e68e 252:b0dd37421d28
     1 /*
     1 /*
     2 This file is part of CanFestival, a library implementing CanOpen Stack. 
     2 This file is part of CanFestival, a library implementing CanOpen Stack. 
     3 
     3 
       
     4 
     4 Copyright (C): Edouard TISSERANT and Francis DUPIN
     5 Copyright (C): Edouard TISSERANT and Francis DUPIN
     5 
     6 
       
     7 
     6 See COPYING file for copyrights details.
     8 See COPYING file for copyrights details.
       
     9 
     7 
    10 
     8 This library is free software; you can redistribute it and/or
    11 This library is free software; you can redistribute it and/or
     9 modify it under the terms of the GNU Lesser General Public
    12 modify it under the terms of the GNU Lesser General Public
    10 License as published by the Free Software Foundation; either
    13 License as published by the Free Software Foundation; either
    11 version 2.1 of the License, or (at your option) any later version.
    14 version 2.1 of the License, or (at your option) any later version.
    12 
    15 
       
    16 
    13 This library is distributed in the hope that it will be useful,
    17 This library is distributed in the hope that it will be useful,
    14 but WITHOUT ANY WARRANTY; without even the implied warranty of
    18 but WITHOUT ANY WARRANTY; without even the implied warranty of
    15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    16 Lesser General Public License for more details.
    20 Lesser General Public License for more details.
    17 
    21 
       
    22 
    18 You should have received a copy of the GNU Lesser General Public
    23 You should have received a copy of the GNU Lesser General Public
    19 License along with this library; if not, write to the Free Software
    24 License along with this library; if not, write to the Free Software
    20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    25 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 */
    26 */
       
    27 
    22 
    28 
    23 /*!
    29 /*!
    24 ** @file   sync.c
    30 ** @file   sync.c
    25 ** @author Edouard TISSERANT and Francis DUPIN
    31 ** @author Edouard TISSERANT and Francis DUPIN
    26 ** @date   Tue Jun  5 09:32:32 2007
    32 ** @date   Tue Jun  5 09:32:32 2007