Apollo 10.0
自动驾驶开放平台
apollo::cyber::proto::RoleAttributes结构体 参考
apollo::cyber::proto::RoleAttributes 的协作图:

Public 属性

optional string host_name = 1
 
optional string host_ip = 2
 
optional int32 process_id = 3
 
optional string node_name = 4
 
optional uint64 node_id = 5
 
optional string channel_name = 6
 
optional uint64 channel_id = 7
 
optional string message_type = 8
 
optional bytes proto_desc = 9
 
optional uint64 id = 10
 
optional QosProfile qos_profile = 11
 
optional SocketAddr socket_addr = 12
 
optional string service_name = 13
 
optional uint64 service_id = 14
 

详细描述

在文件 role_attributes.proto12 行定义.

类成员变量说明

◆ channel_id

optional uint64 apollo::cyber::proto::RoleAttributes::channel_id = 7

在文件 role_attributes.proto20 行定义.

◆ channel_name

optional string apollo::cyber::proto::RoleAttributes::channel_name = 6

在文件 role_attributes.proto19 行定义.

◆ host_ip

optional string apollo::cyber::proto::RoleAttributes::host_ip = 2

在文件 role_attributes.proto14 行定义.

◆ host_name

optional string apollo::cyber::proto::RoleAttributes::host_name = 1

在文件 role_attributes.proto13 行定义.

◆ id

optional uint64 apollo::cyber::proto::RoleAttributes::id = 10

在文件 role_attributes.proto23 行定义.

◆ message_type

optional string apollo::cyber::proto::RoleAttributes::message_type = 8

在文件 role_attributes.proto21 行定义.

◆ node_id

optional uint64 apollo::cyber::proto::RoleAttributes::node_id = 5

在文件 role_attributes.proto17 行定义.

◆ node_name

optional string apollo::cyber::proto::RoleAttributes::node_name = 4

在文件 role_attributes.proto16 行定义.

◆ process_id

optional int32 apollo::cyber::proto::RoleAttributes::process_id = 3

在文件 role_attributes.proto15 行定义.

◆ proto_desc

optional bytes apollo::cyber::proto::RoleAttributes::proto_desc = 9

在文件 role_attributes.proto22 行定义.

◆ qos_profile

optional QosProfile apollo::cyber::proto::RoleAttributes::qos_profile = 11

在文件 role_attributes.proto24 行定义.

◆ service_id

optional uint64 apollo::cyber::proto::RoleAttributes::service_id = 14

在文件 role_attributes.proto28 行定义.

◆ service_name

optional string apollo::cyber::proto::RoleAttributes::service_name = 13

在文件 role_attributes.proto27 行定义.

◆ socket_addr

optional SocketAddr apollo::cyber::proto::RoleAttributes::socket_addr = 12

在文件 role_attributes.proto25 行定义.


该结构体的文档由以下文件生成: