From c9f78044dcefa81f7541d6090c404e5b64e1db6a Mon Sep 17 00:00:00 2001 From: Rene Zorn Date: Thu, 26 Jan 2017 15:38:53 +0100 Subject: [PATCH] added atributes: trackingid & identificationid --- proto/stable/rst/tracking/TrackingInfo.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/proto/stable/rst/tracking/TrackingInfo.proto b/proto/stable/rst/tracking/TrackingInfo.proto index 0c3a4d3..15aa96a 100644 --- a/proto/stable/rst/tracking/TrackingInfo.proto +++ b/proto/stable/rst/tracking/TrackingInfo.proto @@ -17,4 +17,14 @@ message TrackingInfo { */ required uint32 id = 1; + /** + * A unique id for each tracked entity. + */ + optional bytes trackingid = 2; + + /** + * A unique id for each identified entity. + */ + optional bytes identificationid = 3; + } -- 1.9.1