00001 00018 #ifndef TIMED_LATENCY_RECEIVER_H_ 00019 #define TIMED_LATENCY_RECEIVER_H_ 00020 00021 #include "timed_latency.h" 00022 #include <execution.h> 00023 00024 #ifdef __cplusplus 00025 extern "C" { 00026 #endif 00027 00028 void timed_latency_receiver_init(Config * config); 00029 00030 #ifdef __cplusplus 00031 } 00032 #endif 00033 00034 #endif /* TIMED_LATENCY_RECEIVER_H_ */ 00035