#include <serialtx.h>


Public Member Functions | |
| SerialTx (UserInterface *_ui, const char *_name, const char *baseWindow) | |
| virtual | ~SerialTx () |
| virtual void | SetNewValueFromUi (const std::string &) |
Buffers byte from UI to be sent to device's UART.
Definition at line 70 of file serialtx.h.
| SerialTx::SerialTx | ( | UserInterface * | _ui, | |
| const char * | _name, | |||
| const char * | baseWindow | |||
| ) |
Definition at line 133 of file serialtx.cpp.
References UserInterface::AddExternalType(), SerialTxBuffered::Reset(), and UserInterface::Write().

| virtual SerialTx::~SerialTx | ( | ) | [inline, virtual] |
Definition at line 73 of file serialtx.h.
| void SerialTx::SetNewValueFromUi | ( | const std::string & | s | ) | [virtual] |
Implements ExternalType.
Definition at line 142 of file serialtx.cpp.
References SerialTxBuffered::receiveInHex, SerialTxBuffered::Send(), and StringToUnsignedChar().

1.6.3