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.
Fork of OmniWheels by
SerialCom Class Reference
This class implements a communication server using a serial interface. More...
#include <SerialCom.h>
Public Member Functions | |
SerialCom (RawSerial &serial) | |
Create a serial server object. | |
virtual | ~SerialCom () |
Delete the serial server object and release all allocated resources. |
Detailed Description
This class implements a communication server using a serial interface.
Definition at line 26 of file SerialCom.h.
Constructor & Destructor Documentation
SerialCom | ( | RawSerial & | serial ) |
Create a serial server object.
SerialServer::SerialServer(RawSerial& serial, StateMachine& stateMachine) : serial(serial), stateMachine(stateMachine), thread(osPriorityRealtime, STACK_SIZE) {
Definition at line 30 of file SerialCom.cpp.
~SerialCom | ( | ) | [virtual] |
Delete the serial server object and release all allocated resources.
Definition at line 44 of file SerialCom.cpp.
Generated on Fri Jul 22 2022 04:54:15 by
