comparison src/cs/services/vibr/vibr_func_i.h @ 294:e17bdedfbf2b

VIBR SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 08:46:10 +0000
parents
children
comparison
equal deleted inserted replaced
293:2d7d95e7f9c2 294:e17bdedfbf2b
1 /*
2 * Declarations of internal functions live here.
3 */
4
5 #ifndef __VIBR_FUNC_I
6 #define __VIBR_FUNC_I
7
8 #include "vibr/vibr_messages_i.h"
9
10 void vibr_process_message(T_RV_HDR *msg_ptr);
11 void vibr_process_start_req(struct vibr_start_msg *msg);
12 void vibr_process_stop_req(struct vibr_stop_msg *msg);
13 void vibr_handle_timer(void);
14
15 #endif /* include guard */