cs-core.5.10.7.source-code.activities.proto Maven / Gradle / Ivy
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