leonid@255: ; This file is part of CanFestival, a library implementing CanOpen Stack. leonid@255: ; leonid@255: ; CanFestival Copyright (C): Edouard TISSERANT and Francis DUPIN leonid@255: ; CanFestival Win32 port Copyright (C) 2007 Leonid Tochinski, ChattenAssociates, Inc. leonid@255: ; leonid@255: ; See COPYING file for copyrights details. leonid@255: ; leonid@255: ; This library is free software; you can redistribute it and/or leonid@255: ; modify it under the terms of the GNU Lesser General Public leonid@255: ; License as published by the Free Software Foundation; either leonid@255: ; version 2.1 of the License, or (at your option) any later version. leonid@255: ; leonid@255: ; This library is distributed in the hope that it will be useful, leonid@255: ; but WITHOUT ANY WARRANTY; without even the implied warranty of leonid@255: ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU leonid@255: ; Lesser General Public License for more details. leonid@255: ; leonid@255: ; You should have received a copy of the GNU Lesser General Public leonid@255: ; License along with this library; if not, write to the Free Software leonid@255: ; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA leonid@255: leonid@252: LIBRARY IXXAT leonid@252: leonid@252: EXPORTS leonid@252: canReceive_driver leonid@252: canSend_driver leonid@252: canOpen_driver leonid@252: canClose_driver hacking@722: canChangeBaudRate_driver