You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
158 B
10 lines
158 B
syntax = "proto3";
|
|
|
|
message IV_struct_define
|
|
{
|
|
int32 Tempature = 1;
|
|
int32 RunMode = 2;
|
|
int32 SystemError=3;
|
|
float RobotSpeed=4;
|
|
float RobotPower=5;
|
|
};
|
|
|