-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservice.h
50 lines (36 loc) · 954 Bytes
/
service.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*!
\internal
\file service.h
\brief AGV
\implementation
copyright Leclanché
license
created 07.01.2019 Rachid Naid-Abdellah
\endimplementation
\internal
\history
Date(dd.mm.yyyy) Author Description
07.01.2019 Rachid Naid-Abdellah file created
\endhistory
*/
#ifndef SERVICE_H_INCLUDED
#define SERVICE_H_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
///*--------- Global Variable MODULE --------------------- */
///* -- Module Global Function Prototypes ----------------------------------- */
///* custom functions */
/* -- CAN Operations ----------------------------------- */
void svc_disp_local_time();
void svc_init_logging();
void svc_log_event(int EVENT_ID, bbool OnOff);
//void svc_log_dbg();
void display_frames();
//extern char info_log_name[100];
//
void svc_open_csv_stream();
#ifdef __cplusplus
}
#endif
#endif // SERVICE_H_INCLUDED