Page MenuHomec4science

sbcp_ll.h
No OneTemporary

File Metadata

Created
Sat, Aug 24, 17:25

sbcp_ll.h

/**
* \file sbcp_ll.h
* Header file for the low latency response implementation. This is an optionnal
* packet that is dependant on the application. This is why it is put in a self
* module, and not in the sbcp module.
*/
#ifndef SBCP_LL_H_
#define SBCP_LL_H_
/*******************************************************************************
*
* Public function
*
*******************************************************************************/
void sbcp_low_latency_packet_main();
#endif //SBCP_LL_H_

Event Timeline