view src/cs/services/vibr/vibr_func_i.h @ 296:a927f030a4e0

add AT@VIBR and AT@VIBS commands for testing VIBR SWE
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Mar 2022 00:43:11 +0000
parents e17bdedfbf2b
children
line wrap: on
line source

/*
 * Declarations of internal functions live here.
 */

#ifndef __VIBR_FUNC_I
#define __VIBR_FUNC_I

#include "vibr/vibr_messages_i.h"

void vibr_process_message(T_RV_HDR *msg_ptr);
void vibr_process_start_req(struct vibr_start_msg *msg);
void vibr_process_stop_req(struct vibr_stop_msg *msg);
void vibr_handle_timer(void);

#endif	/* include guard */