PathDiscovery (for Internal Use Only)
Description
Discover paths.
Prototype
rpc PathDiscovery(PathDiscoveryReq) returns (Ack)
Input Parameters
Parameter |
Type (Defined by Protobuf) |
Description |
|---|---|---|
PathDiscoveryReq |
message PathDiscoveryReq { string uuid = 1; Position proxyPos = 2; repeated Position path = 3; } |
uuid: message UUID proxyPos: role location initiated by the PathDiscovery request path: list of role locations traversed by the PathDiscovery request |
Return Value
Return Value |
Type (Defined by Protobuf) |
Description |
|---|---|---|
Ack |
message Ack { string uuid = 1; uint32 code = 2; Position src = 3; } |
uuid: consistent with the message UUID of PathDiscovery code: return code
src: role location |
Parent topic: Internal TaskD APIs