package mavsdk.rpc.param

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ParamService

param.proto:11

Provide raw access to get and set parameters.

message AllParams

param.proto:157

Type collecting all integer, float, and custom parameters.

Used in: GetAllParamsResponse

message CustomParam

param.proto:149

Type for custom parameters

Used in: AllParams

message FloatParam

param.proto:141

Type for float parameters.

Used in: AllParams

message IntParam

param.proto:133

Type for integer parameters.

Used in: AllParams

message ParamResult

param.proto:164

Result type.

Used in: GetParamCustomResponse, GetParamFloatResponse, GetParamIntResponse, SelectComponentResponse, SetParamCustomResponse, SetParamFloatResponse, SetParamIntResponse

enum ParamResult.Result

param.proto:166

Possible results returned for param requests.

Used in: ParamResult

enum ProtocolVersion

param.proto:125

Parameter version

Used in: SelectComponentRequest