?? canuser.h
字號:
/*********************************************************************
* Function: void CanSendAnalog(void)
*
* PreCondition:
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: Send the collect data to the top computer.
*
* Note: Data include voltage and temperature.
********************************************************************/
extern void CanSendAnalog(void);
/*********************************************************************
* Function: void CanReciveConfig(void)
*
* PreCondition: Data should have been received prior to calling
* this function; otherwise, it is likely the returned
* count is either not valid or associated to the
* previous message. Use CANIsRxRdy() to determine if
* data is available.
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: Top computer configure the collect board address.
*
* Note:
********************************************************************/
extern void CanReciveConfig(void);
/*********************************************************************
* Function: void CanSendConfig(void)
*
* PreCondition: The configure message has received.
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: Send the configure message to Top computer.
*
* Note:
********************************************************************/
extern void CanSendConfig(void);
/*********************************************************************
* Function: void CanReceiveFixedValue()
*
* PreCondition: The configure message has received.
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: 單體電池電壓與兩路溫度系數
*
* Note:
********************************************************************/
extern void CanReceiveFixedValue(void);
/*********************************************************************
* Function: CanSendFixedValue(void)
*
* PreCondition: The configure message has received.
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: Send the configure Cell protect message to the top
* computer.
*
* Note:
********************************************************************/
extern void CanSendFixedValue(void);
/*********************************************************************
* Function: void CanSendFixedValue(unsigned char Functioncode)
*
* PreCondition: The configure message has received.
*
* Input: none
*
* Output: none
*
* Side Effects:
*
* Overview: Send the configure Cell protect message to the top
* computer.
*
* Note:
********************************************************************/
extern void CanFunction(unsigned char Functioncode);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -