Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "AlertProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message Alert {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/alert_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "AlertAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message AlertAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/associated_detection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "AssociatedDetectionProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]
message AssociatedDetection {
optional google.protobuf.Timestamp timestamp = 1; // UTC timestamp the message was sent
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/associated_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "AssociatedFileProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]
message AssociatedFile {
string type = 1; // Type of file contained available at the URL
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/detection_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "DetectionReportProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message DetectionReport {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/error.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "ErrorProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message Error {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/location.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "LocationProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]
message LocationList {
repeated Location locations = 1; // List of locations used to define a region
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/range_bearing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "RangeBearingProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]
message RangeBearing {
optional double elevation = 1; // Elevation in relation to node's horizon
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/registration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "RegistrationProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]
message Registration {
repeated NodeDefinition node_definition = 1; // Type of the node
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/registration_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "RegistrationAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message RegistrationAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/sapient_message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "SapientMessageProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START options]
option (file_options) = {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/status_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "StatusReportProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message StatusReport {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "TaskProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message Task {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/task_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "TaskAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]


// [START messages]
message TaskAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v1_0/velocity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v1";
option java_outer_classname = "VelocityProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v1_0;bsiflex335v1";
// [END go_declaration]

// [START messages]


Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "AlertProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message Alert {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/alert_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "AlertAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message AlertAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/associated_detection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "AssociatedDetectionProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]
message AssociatedDetection {
optional google.protobuf.Timestamp timestamp = 1; // UTC timestamp the message was sent
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/associated_file.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "AssociatedFileProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]
message AssociatedFile {
optional string type = 1 [(field_options) = {is_mandatory: true}]; // Type of file contained available at the URL
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/detection_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "DetectionReportProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message DetectionReport {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/error.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "ErrorProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message Error {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/follow.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "FollowProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]
message FollowObject {
string follow_object_id = 1 [(field_options) = {is_mandatory: true}];// This field specifies the object_id (from the Detection Messages) of the object the mobile node should follow
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/location.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "LocationProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]
message LocationList {
repeated Location locations = 1 [(field_options) = {is_mandatory: true}]; // List of locations used to define a region
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/range_bearing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "RangeBearingProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]
message RangeBearing {
optional double elevation = 1; // Elevation in relation to node's horizon
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/registration.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "RegistrationProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]

enum Operator {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/registration_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "RegistrationAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message RegistrationAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/sapient_message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "SapientMessageProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START options]
option (file_options) = {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/status_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "StatusReportProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message StatusReport {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "TaskProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]

Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/task_ack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "TaskAckProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]


// [START messages]
message TaskAck {
Expand Down
4 changes: 4 additions & 0 deletions bsi_flex_335_v2_0/velocity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg.bsiflex335v2";
option java_outer_classname = "VelocityProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg/bsi_flex_335_v2_0;bsiflex335v2";
// [END go_declaration]

// [START messages]


Expand Down
4 changes: 4 additions & 0 deletions proto_options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ option java_package = "uk.gov.dstl.sapientmsg";
option java_outer_classname = "ProtoOptionsProto";
// [END java_declaration]

// [START go_declaration]
option go_package = "github.com/dstl/SAPIENT-Proto-Files/sapient_msg;sapientmsg";
// [END go_declaration]

// [START messages]
message FileOptions {
string standard_version = 1;
Expand Down