concert_msgs¶
Contents:
Summary¶
-
concert_msgs
¶ Version: 0.7.12
Description: Shared communication types for the concert framework.
Maintainers: - Daniel Stonier <d DOT stonier AT gmail DOT com>
- Jihoon Lee <jihoonlee DOT in AT gmail DOT com>
Licenses: - BSD
Urls: Authors: - Jihoon Lee
- Daniel Stonier
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: Exports: - <architecture_independent/>
Types¶
Message types¶
concert_msgs/SoftwareInstances
concert_msgs/SoftwareInstance
concert_msgs/Strings
concert_msgs/ErrorCodes
concert_msgs/LinkGraph
concert_msgs/ConcertClient
concert_msgs/SoftwareProfiles
concert_msgs/ConductorGraph
concert_msgs/ConcertClients
concert_msgs/ServiceProfile
concert_msgs/LinkNode
concert_msgs/Services
concert_msgs/SoftwareProfile
concert_msgs/LinkEdge
concert_msgs/LinkConnection
concert_msgs/ConcertClientState
Service types¶
-
concert_msgs/UpdateServiceConfig
¶ Field (Request): - service_profile (concert_msgs/ServiceProfile) –
Field (Response): - success (bool) –
- error_message (string) –
ServiceProfile service_profile --- bool success string error_message
-
concert_msgs/AllocateSoftware
¶ Field (Request): - user (string) –
- software (string) –
- allocate (bool) –
- parameters[] (rocon_std_msgs/KeyValue) –
Field (Response): - success (bool) –
- parameters[] (rocon_std_msgs/KeyValue) –
- namespace (string) –
- error_message (string) –
string user string software bool allocate rocon_std_msgs/KeyValue[] parameters --- bool success rocon_std_msgs/KeyValue[] parameters string namespace # if success string error_message # if fails
-
concert_msgs/EnableService
¶ Field (Request): - name (string) –
- enable (bool) –
Field (Response): - success (bool) –
- error_message (string) –
string name bool enable --- bool success string error_message