InterconnectCyclic \(Python\)

June 4, 2021 ยท View on GitHub

This page describes the Python InterconnectCyclic API.

RPC reference

This section describes the existing RPCs used in this API.

Service to exchange cyclic data with interface module

InterconnectCyclicClient RPCs

Function nameReturn typeInput typeDescription
RefreshFeedbackCommandSends a command to the interface module and receive feedback about the actual status
RefreshCommandEmptyCommandSends a command to the interface module without receiving feedback
RefreshFeedbackFeedbackMessageIdObtains feedback from the interface module on its status
RefreshCustomDataCustomDataMessageIdObtains custom data from the interface module

Class reference

This section describes the data classes used in this API.

Messages

ClassDescription
CommandInterface module command
CustomDataCustom development data, content varies according to debugging needs
FeedbackDefines the feedback provided by interface module
MessageIdIdentifies a message

Enumerators

EnumeratorDescription
ServiceVersionIdentifies InterconnectCyclic service current version