1
0
Fork 0
CANopenNode/CANopen_stack/LPC177x_8x/CANOpenTask.h
Janez_D f076be1e9c Fresh, cleaned repository of CANopenNode.
For further project history see http://sourceforge.net/projects/canopennode/

This initial commit contains relevant files, which are the same as
in the following git repository on this date (25.7.2015):
http://sourceforge.net/p/canopennode/code_complete/
2015-07-25 13:48:15 +02:00

36 lines
2.1 KiB
C

/*--------------------------------------------------------------*/
/* GENESYS ELECTRONICS DESIGN PTY LTD */
/*--------------------------------------------------------------*/
/* */
/* FILE NAME : CANOpenTask.h */
/* */
/* REVISION NUMBER: 1.0 */
/* */
/* PURPOSE : This is the implementation of the CANOpen main task*/
/* */
/* */
/*--------------------------------------------------------------*/
/* */
/* AUTHOR: */
/* Harshah Sagar */
/* GENESYS ELECTRONICS DESIGN Pty Ltd */
/* Unit 5/33 Ryde Road */
/* Pymble NSW 2073 */
/* Australia. */
/* Telephone # 61-02-9496 8900 */
/*--------------------------------------------------------------*/
/* Revision Number : */
/* Revision By : Amit Hergass */
/* Date : 30-Jun-2014 */
/* Description : Original Issue */
/* */
/* !--------------------------------------------------------! */
/* ! Revisions to be entered in reverse chronological order ! */
/* !--------------------------------------------------------! */
/* */
/*--------------------------------------------------------------*/
void CANOpenTask ( void *pvParameters );
void CAN_StackEnable(bool enableSwitch);
bool CAN_GetStackEnable(void);