Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SerialServer Class Reference
This class implements a communication server using a serial interface. More...
#include <SerialServer.h>
Public Member Functions | |
| SerialServer (RawSerial &serial, LIDAR &lidar, Controller &controller) | |
| Creates a serial server object. | |
| virtual | ~SerialServer () |
| Deletes the serial server object. | |
Detailed Description
This class implements a communication server using a serial interface.
Definition at line 21 of file SerialServer.h.
Constructor & Destructor Documentation
| SerialServer | ( | RawSerial & | serial, |
| LIDAR & | lidar, | ||
| Controller & | controller | ||
| ) |
Creates a serial server object.
Definition at line 34 of file SerialServer.cpp.
| ~SerialServer | ( | ) | [virtual] |
Deletes the serial server object.
Definition at line 47 of file SerialServer.cpp.
Generated on Wed Jul 27 2022 09:04:32 by
1.7.2