#include <externaltype.h>
Public Member Functions | |
virtual void | SetNewValueFromUi (const std::string &)=0 |
virtual | ~ExternalType () |
Definition at line 9 of file externaltype.h.
virtual ExternalType::~ExternalType | ( | ) | [inline, virtual] |
Definition at line 12 of file externaltype.h.
virtual void ExternalType::SetNewValueFromUi | ( | const std::string & | ) | [pure virtual] |
Implemented in ExtPin, ExtAnalogPin, Keyboard, SerialRx, SerialTx, and UserInterface.