More documentation
This commit is contained in:
parent
551cb29a95
commit
c74c72932a
|
@ -47,6 +47,8 @@ public:
|
|||
|
||||
ErrorCode ReadControl(FVehicleControl &Control, bool bBlocking);
|
||||
|
||||
/// Enqueues sensor data to be sent to the client. It is safe to call this
|
||||
/// function from a different thread.
|
||||
ErrorCode SendSensorData(const FSensorDataView &Data);
|
||||
|
||||
ErrorCode SendMeasurements(
|
||||
|
|
Loading…
Reference in New Issue