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/SoftwareInstancesconcert_msgs/SoftwareInstanceconcert_msgs/Stringsconcert_msgs/ErrorCodesconcert_msgs/LinkGraphconcert_msgs/ConcertClientconcert_msgs/SoftwareProfilesconcert_msgs/ConductorGraphconcert_msgs/ConcertClientsconcert_msgs/ServiceProfileconcert_msgs/LinkNodeconcert_msgs/Servicesconcert_msgs/SoftwareProfileconcert_msgs/LinkEdgeconcert_msgs/LinkConnectionconcert_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