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

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

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

option java_package = "org.yamcs.activities.protobuf";
option java_outer_classname = "ActivitiesProto";
option java_multiple_files = true;

import "google/protobuf/struct.proto";

message ActivityDefinition {
  // Activity type
  optional string type = 1;

  // Activity arguments. The expected arguments
  // are different for each activity type
  optional google.protobuf.Struct args = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy