Commit 8287b0a6 authored by Kristin Berry's avatar Kristin Berry Committed by Makayla Shepherd
Browse files

Added intial version of V0005 protobuf files

parent 798fa4ef
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
// 2017-12-11 Kristin Berry - Separated header and point into separate files. 

// Protocol buffer header descriptor for Isis3 Control Networks
package Isis;

message ControlNetFileHeaderV0002 {
message ControlNetFileHeaderV0005 {
//  Some fields of ControlNet
  required string networkId    = 1;
  required string targetName   = 2;
@@ -11,6 +9,6 @@ message ControlNetFileHeaderV0002 {
  optional string lastModified = 4;
  optional string description  = 5;
  optional string userName     = 6;
  repeated int32  pointMessageSizes = 7 [packed = true];
  optional int32  numPoints    = 7; 
}
+1 −7
Original line number Diff line number Diff line
// 2011-06-07 Tracie Sucharski/Debbie Cook - Changed PointType 
//                    Ground  ---->  Fixed
//                    Tie     ---->  Free          
//
// 2017-12-11 Kristin Berry - Separated header and point into separate files. 

// Protocol buffer control point descriptor for Isis3 Control Networks
package Isis;

message ControlPointFileEntryV0002 {
message ControlPointFileEntryV0005 {
  enum PointType {
    Free                 = 2; //  Image to Image
    Constrained          = 3; //  Image to Ground