#include <compiler/disable-ue4-macros.h>
#include <carla/Buffer.h>
#include <carla/Logging.h>
#include <carla/sensor/SensorRegistry.h>
#include <carla/sensor/s11n/SensorHeaderSerializer.h>
#include <carla/streaming/Stream.h>
#include <compiler/enable-ue4-macros.h>
Go to the source code of this file.
Classes | |
class | FAsyncDataStreamTmpl< T > |
A streaming channel for sending sensor data to clients, supports sending data asynchronously. More... | |
class | FDataStreamTmpl< T > |
A streaming channel for sending sensor data to clients. More... | |
Typedefs | |
using | FAsyncDataMultiStream = FAsyncDataStreamTmpl< carla::streaming::Stream > |
using | FAsyncDataStream = FAsyncDataStreamTmpl< carla::streaming::Stream > |
Definition at line 137 of file AsyncDataStream.h.
Definition at line 135 of file AsyncDataStream.h.