ardupilot/libraries/AP_Scripting/generator
Thomas Watson a077e4a3ed AP_Scripting: introduce serial device simulation support
Allows a script to simulate a device attached via any serial protocol.
The script can read and write data and have it handled according to the
protocol as if exchanged over a serial port. The script can then do
protocol translation, data filtering and validation,
hardware-in-the-loop simulation, experimentation, etc., especially in
combination with the scripting protocol which lets the script itself
handle an attached device and so interpose any communication.
2024-06-27 12:00:18 +10:00
..
description AP_Scripting: introduce serial device simulation support 2024-06-27 12:00:18 +10:00
src AP_Scripting/generator: generate depends for manual functions on singletons 2024-06-27 12:00:18 +10:00