Subversion Repositories HomeAutomation

Rev

Rev 847 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 847 Rev 851
Line 1... Line 1...
1
#ifndef TEMPLATE
1
#ifndef <TEMPLATE>
2
#define TEMPLATE
2
#define <TEMPLATE>
3
 
3
 
4
/*-----------------------------------------------------------------------------
4
/*-----------------------------------------------------------------------------
5
 * Includes
5
 * Includes
6
 *---------------------------------------------------------------------------*/
6
 *---------------------------------------------------------------------------*/
7
/* system files */
7
/* system files */
Line 14... Line 14...
14
#include <drivers/can/stdcan.h>
14
#include <drivers/can/stdcan.h>
15
#include <drivers/timer/timer.h>
15
#include <drivers/timer/timer.h>
16
 
16
 
17
#include "protocol.h"
17
#include "protocol.h"
18
 
18
 
19
void TEMPLATE_Init(void);
19
void <template>_Init(void);
20
void TEMPLATE_Process(void);
20
void <template>_Process(void);
21
void TEMPLATE_HandleMessage(StdCan_Msg_t *rxMsg);
21
void <template>_HandleMessage(StdCan_Msg_t *rxMsg);
22
void TEMPLATE_List(uint8_t ModuleSequenceNumber);
22
void <template>_List(uint8_t ModuleSequenceNumber);
23
 
23
 
24
#endif
24
#endif // <TEMPLATE>