You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NameToIDRequest.0.1.dsdl# This message is published when a node desires to map a computational graph name to a numerical identifier.# The Raft node that is currently elected as the Leader should find the entry in the log and send the response.# If there is no such entry in the log, a new one needs to be created by the Leader ad-hoc;# the response with the new value is then published as soon as the Raft consensus is reached (replication completed).ResourceKind.0.1kinduavcan.primitive.String.1.0name@extent512*8
# NameToIDResponse.0.1.dsdl# This message is published by a name service node to inform the subscribers of the identifier associated with the named resource.# If there is no known association, an ID has to be chosen automatically and the name table be extended ad-hoc.# If there is no known association and it is impossible to create one at the moment, no response should be published.uint32id# The requested identifier value.ResourceKind.0.1kinduavcan.primitive.String.1.0name@extent512*8
# ResourceKind.0.1.dsdl# Kind of a named resource.uint4valueuint4SUBJECT=0@sealed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: