#include "Carla/Sensor/AsyncDataStream.h"#include <compiler/disable-ue4-macros.h>#include <carla/streaming/Stream.h>#include <boost/optional.hpp>#include <compiler/enable-ue4-macros.h>
Include dependency graph for DataStream.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FDataStreamTmpl< T > |
| A streaming channel for sending sensor data to clients. More... | |
Typedefs | |
| using | FDataMultiStream = FDataStreamTmpl< carla::streaming::Stream > |
| using | FDataStream = FDataStreamTmpl< carla::streaming::Stream > |
Definition at line 81 of file DataStream.h.
Definition at line 79 of file DataStream.h.
1.8.13