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

.fame.protobuf.2.0.1.source-code.bundle.proto Maven / Gradle / Ivy

/* SPDX-FileCopyrightText: 2024 German Aerospace Center 
* 
* SPDX-License-Identifier: Apache-2.0 */
syntax = "proto2";

package mpi;

import "agent_message.proto";
import "services.proto";
import "input_file.proto";
import "model.proto";

option java_package = "de.dlr.gitlab.fame.protobuf";
option java_outer_classname = "Mpi";

message MpiMessage {
  optional communication.ScheduledTime scheduled_time = 1;
  optional communication.WarmUpMessage warm_up = 2;
  optional communication.AddressBook address_book = 3;
  optional iobinary.InputData input = 4;
  optional communication.Output output = 5;
  repeated communication.ProtoMessage messages = 6;
  optional model.ModelData model = 8;
  reserved 7;
}

message Bundle {
  repeated MpiMessage messages = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy