25namespace webrtc_streaming {
29 std::function<
void(
const uint8_t *,
size_t)> send_to_client);
Definition: alloc_driver.h:20
Definition: gpx_locations_handler.h:27
void HandleMessage(const uint8_t *msg, size_t len)
Definition: gpx_locations_handler.cpp:42
GpxLocationsHandler(std::function< void(const uint8_t *, size_t)> send_to_client)
Definition: gpx_locations_handler.cpp:37
~GpxLocationsHandler()
Definition: gpx_locations_handler.cpp:40