11 lines
193 B
C
11 lines
193 B
C
#ifndef GPS_BUFFER_H
|
|
#define GPS_BUFFER_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint64_t get_latest_gps_for_video(void);
|
|
|
|
|
|
int gps_buffer_init(const char* host);
|
|
void gps_buffer_cleanup(void);
|
|
#endif |