All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cs-core.5.10.7.source-code.cmdhistory.proto Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
syntax = "proto2";

option java_package = "org.yamcs.cmdhistory.protobuf";

import "yamcs/protobuf/yamcs.proto";

message AssignmentInfo {
  repeated Assignment assignment = 1;
}

message Assignment {
  optional string name = 1;
  optional yamcs.protobuf.Value value = 2;
  optional bool userInput = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy