📄 cpconfig_h-source.html
字号:
<HTML><HEAD><TITLE>cpconfig.h Source File</TITLE><LINK HREF="micro.css" REL="stylesheet" TYPE="text/css"></HEAD><BODY BGCOLOR="#FFFFFF"><a name="PageTop"></a><!------ Document Header -------------------------------------------><table border="0" cellspacing="0" cellpadding="0"><tr><td valign="bottom"><img src="pictures/maphead.gif" vspace="0" border="0" height="20"></td></tr></table><table border="0" cellspacing="0" cellpadding="0"><tr><td valign="bottom"><a href="index.html"><img src="pictures/button_index.gif" vspace="0" border="0" height="25"></a></td><td valign="bottom"><a href="files.html"><img src="pictures/button_files.gif" vspace="0" border="0" height="25"></a></td><td valign="bottom"><a href="globals.html"><img src="pictures/button_funcs.gif" vspace="0" border="0" height="25"></a></td><td valign="bottom" width="80"> </td><td valign="bottom"><a href="annotated.html"><img src="pictures/button_structs.gif" vspace="0" border="0" height="25"></a></td><td valign="bottom"><a href="functions.html"><img src="pictures/button_members.gif" vspace="0" border="0" height="25"></a></td></tr></table><hr noshade width=680 size=1 align=left><!------ Document Start --------------------------------------------><table width=680><tr><td><!-- Generated by Doxygen 1.2.6 --><h1>cpconfig.h</h1><a href="cpconfig_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/*****************************************************************************\</font>00002 <font class="comment">* CANpie *</font>00003 <font class="comment">* *</font>00004 <font class="comment">* File : cpconfig.h *</font>00005 <font class="comment">* Description : Configuration file for CANpie *</font>00006 <font class="comment">* Author : Uwe Koppe *</font>00007 <font class="comment">* e-mail : koppe@microcontrol.net *</font>00008 <font class="comment">* *</font>00009 <font class="comment">* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *</font>00010 <font class="comment">* *</font>00011 <font class="comment">* This program is free software; you can redistribute it and/or modify *</font>00012 <font class="comment">* it under the terms of the GNU General Public License as published by *</font>00013 <font class="comment">* the Free Software Foundation; either version 2 of the License, or *</font>00014 <font class="comment">* (at your option) any later version. *</font>00015 <font class="comment">* *</font>00016 <font class="comment">* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *</font>00017 <font class="comment">* *</font>00018 <font class="comment">* History *</font>00019 <font class="comment">* Vers. Date Comment Aut. *</font>00020 <font class="comment">* ----- ---------- --------------------------------------------- ---- *</font>00021 <font class="comment">* 0.1 01.09.1999 Initial version UK *</font>00022 <font class="comment">* 0.2 - no changes - *</font>00023 <font class="comment">* 0.3 - no changes - *</font>00024 <font class="comment">* 0.4 - no changes - *</font>00025 <font class="comment">* 0.5 - no changes - *</font>00026 <font class="comment">* 0.6 - no changes - *</font>00027 <font class="comment">* 0.7 - no changes - *</font>00028 <font class="comment">* 0.6 26.02.2001 set to CANpie release 0.6 UK *</font>00029 <font class="comment">* 0.7 - no changes - *</font>00030 <font class="comment">* 0.8 - no changes - *</font>00031 <font class="comment">* *</font>00032 <font class="comment">\*****************************************************************************/</font>00033 00034 <font class="preprocessor">#ifndef _CANpie_Configuration_</font>00035 <font class="preprocessor"></font><font class="preprocessor">#define _CANpie_Configuration_</font>00036 <font class="preprocessor"></font>00037 <font class="comment">/*-----------------------------------------------------------------------------</font>00038 <font class="comment">** Online documentation for Doxygen</font>00039 <font class="comment">*/</font>00040 00041 <font class="comment">/*----------------------------------------------------------------------------*/</font>00053 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00066"></a><a class="code" href="cpconfig_h.html#a0">00066</a> <font class="preprocessor">#define CP_MSG_TIME 1</font>00067 <font class="preprocessor"></font>00068 00069 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00082"></a><a class="code" href="cpconfig_h.html#a1">00082</a> <font class="preprocessor">#define CP_USR_DATA 1</font>00083 <font class="preprocessor"></font>00084 00085 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00095"></a><a class="code" href="cpconfig_h.html#a2">00095</a> <font class="preprocessor">#define CP_SW_FILTER 2</font>00096 <font class="preprocessor"></font>00097 00098 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00110"></a><a class="code" href="cpconfig_h.html#a3">00110</a> <font class="preprocessor">#define CP_FULL_CAN 1</font>00111 <font class="preprocessor"></font>00112 00113 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00122"></a><a class="code" href="cpconfig_h.html#a4">00122</a> <font class="preprocessor">#define CP_INT_HANDLER 1</font>00123 <font class="preprocessor"></font>00124 00125 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00135"></a><a class="code" href="cpconfig_h.html#a5">00135</a> <font class="preprocessor">#define CP_CHANNEL_MAX 1</font>00136 <font class="preprocessor"></font>00137 00138 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00146"></a><a class="code" href="cpconfig_h.html#a6">00146</a> <font class="preprocessor">#define CP_CAN_BASE_ADR 0</font>00147 <font class="preprocessor"></font>00148 00149 <font class="comment">/*----------------------------------------------------------------------------*/</font><a name="l00157"></a><a class="code" href="cpconfig_h.html#a7">00157</a> <font class="preprocessor">#define CP_DEFAULT_BAUDRATE CP_BAUD_20K</font>00158 <font class="preprocessor"></font>00159 00160 <font class="preprocessor">#endif</font></font></pre></div></td></tr></table><!------ Document footer -------------------------------------------><p><br><map name="FooterMap"><area shape=rect coords=" 1, 1, 100, 20" href="#PageTop"><area shape=rect coords="400, 1, 500, 20" href="mailto:koppe@microcontrol.net?Subject=CANpie"></map><table width="600" border="0" bgcolor="#FFFFFF" cellspacing="0"><tr><td><IMG src="pictures/mapfoot.gif" border="0" usemap="#FooterMap"></td></tr><!------ print modification date -----------------------------------><tr><td align="right"><h4>Last modified: 10 Jul 2001</h4></td></tr></table> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -