【计算link增加属性,是否从设备A端到B端字段】
This commit is contained in:
parent
269cba242a
commit
b301710b88
@ -367,6 +367,7 @@ message CalculateLink {
|
|||||||
RelatedRef bRelatedRef = 5; // B端(最大端)关联的端点
|
RelatedRef bRelatedRef = 5; // B端(最大端)关联的端点
|
||||||
repeated DevicePosition devicePositions = 6; //设备在link上的位置
|
repeated DevicePosition devicePositions = 6; //设备在link上的位置
|
||||||
int32 index = 7; //link唯一标识
|
int32 index = 7; //link唯一标识
|
||||||
|
bool ab = 8; // 是否是从A->B, 道岔直连为false
|
||||||
message DevicePosition {
|
message DevicePosition {
|
||||||
int32 offset = 1;
|
int32 offset = 1;
|
||||||
string deviceId = 2;
|
string deviceId = 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user