Template Class AddSensorDataHandlerBase

Inheritance Relationships

Base Type

  • public async_grpc::RpcHandler< HandlerSignatureType >

Class Documentation

template<typename HandlerSignatureType>
class AddSensorDataHandlerBase : public async_grpc::RpcHandler<HandlerSignatureType>

Public Types

using SensorDataType = async_grpc::StripStream<typename HandlerSignatureType::IncomingType>

Public Functions

inline void OnRequest(const SensorDataType &request) override
virtual void OnSensorData(const SensorDataType &request) = 0
inline void OnReadsDone() override