00001 /*************************************************************************** 00002 nmt.h - description 00003 ------------------- 00004 begin : Fri May 17 2002 00005 copyright : (C) 2002 by Raphael Zulliger 00006 email : zulli@hsr.ch 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>. * 00012 * It is licensed under the GNU Library General Public License (LGPL). * 00013 * * 00014 ***************************************************************************/ 00015 00016 00025 #ifndef __nmt_h__ 00026 #define __nmt_h__ 00027 00028 #include <canop.h> 00029 00033 void bootNode( BYTE bNode ); 00034 00038 void stopNode( BYTE bNode ); 00039 00043 void resetNode( BYTE bNode ); 00044 00049 void resetNodeCommunication( BYTE bNode ); 00050 00053 void sendBootUp( void ); 00054 00059 void processReceivedNMT( s_rx_buffer_message* ); 00060 00061 00062 #endif // __nmt_h__