Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from RoboTeamTwente/deleteCentralServer
Browse files Browse the repository at this point in the history
Remove central server files
  • Loading branch information
alexander-de-ranitz authored Jan 12, 2022
2 parents e71d6d4 + 583b082 commit 3c7da49
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 121 deletions.
48 changes: 0 additions & 48 deletions include/utils/Pair.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ protobuf_generate_cpp(NET_PROTO_SRCS NET_PROTO_HDRS
"WorldRobot.proto"
"Setting.proto"
"RobotParameters.proto"
"Handshake.proto"
"UiOptions.proto"
"AICommand.proto"
)

Expand Down
15 changes: 0 additions & 15 deletions proto/State.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import "RobotParameters.proto";
import "messages_robocup_ssl_wrapper.proto";
import "messages_robocup_ssl_referee.proto";
import "messages_robocup_ssl_geometry.proto";
import "Handshake.proto";
import "UiOptions.proto";

package proto;

Expand All @@ -21,17 +19,4 @@ message State {
SSL_Referee referee = 7; //TODO: later change to a custom referee type
repeated SSL_WrapperPacket processed_vision_packets = 10;
repeated SSL_Referee processed_referee_packets = 11;
}

message SystemState{
State state = 1;
UiSettings ui_settings = 2;
}

message HandshakeState {
State state = 1;
}
message ModuleState {
SystemState system_state = 1;
repeated Handshake handshakes = 2;
}
56 changes: 0 additions & 56 deletions proto/UiOptions.proto

This file was deleted.

0 comments on commit 3c7da49

Please sign in to comment.