CARLA
Static Public Member Functions | List of all members
carla::sensor::s11n::NoopSerializer Class Reference

Dummy serializer that blocks all the data. More...

#include <NoopSerializer.h>

Static Public Member Functions

static SharedPtr< SensorDataDeserialize (RawData &&data)
 

Detailed Description

Dummy serializer that blocks all the data.

Use it as serializer for client-side sensors that do not send any data.

Definition at line 24 of file NoopSerializer.h.

Member Function Documentation

◆ Deserialize()

SharedPtr< SensorData > carla::sensor::s11n::NoopSerializer::Deserialize ( RawData &&  data)
static

Definition at line 15 of file NoopSerializer.cpp.

References carla::throw_exception().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: