fullcan.h

来自「This library is Copyright (c) Raphael Zu」· C头文件 代码 · 共 36 行

H
36
字号
/***************************************************************************
                          sdos.h  -  description
                             -------------------
    begin                : Fri May 17 2002
    copyright            : (C) 2002 by Raphael Zulliger
    email                : zulli@hsr.ch
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This library is Copyright (c) Raphael Zulliger <zulli@gmx.net>.       *
 *   It is licensed under the GNU Library General Public License (LGPL).   *
 *                                                                         *
 ***************************************************************************/

/** \file
 *  \brief Contains functions for Full-CAN controllers
 *
 *  The function(s) in this file are responsible to do can-related stuff
 *  such as receiving all can-messages and put them into a buffer. the
 *  function(s) are hardware-independent, but depends on, if the can-
 *  controller uses basic-can or full-can. the function(s) in this file are
 *  for full-can controllers.
 */

#ifndef __fullcan_h__
#define __fullcan_h__

/** not yet implemented! Is responsible to receive CAN-message of FULL-CAN
 *  CAN controllers.
 */
void readRxBufferFullCan( void );


#endif // __fullcan_h__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?