ADD: added orders and implemented order and moveorder and test for moveorder
This commit is contained in:
14
include/Orders/protos/SystemStateOrder.proto
Normal file
14
include/Orders/protos/SystemStateOrder.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
package messages.entity.order;
|
||||
|
||||
import "Identifier.proto";
|
||||
|
||||
|
||||
message SystemStateOrder
|
||||
{
|
||||
messages.track.Identifier SystemID = 1;
|
||||
bool Statur = 2;
|
||||
optional bool Effector = 3;
|
||||
optional bool Sensor = 4;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user