Structs§
Enums§
- Simulator
Event - An event that happens inside the simulator that the API consumer might want to know about. Use this to monitor robot code progress, simulated LCD updates, log messages, and more.
- Simulator
Message - A message sent to the simulator to control the robot code environment.
The
pros-simulator
API accepts these over an async stream, and API consumers can use them to simulate changes in robot hardware (like controller input and LCD touch events).