|
simulavr
1.1.0
|
#include <serialrx.h>
Public Member Functions | |
| unsigned char | Get () |
| long | Size () |
Public Member Functions inherited from SerialRxBasic | |
| void | SetBaudRate (SystemClockOffset baud) |
| void | SetHexOutput (bool newValue) |
| SerialRxBasic () | |
| void | Reset () |
| virtual Pin * | GetPin (const char *name) |
| virtual | ~SerialRxBasic () |
| virtual int | Step (bool &trueHwStep, SystemClockOffset *timeToNextStepIn_ns=0) |
| Return nonzero if a breakpoint was hit. More... | |
Public Member Functions inherited from SimulationMember | |
| virtual | ~SimulationMember () |
Public Member Functions inherited from HasPinNotifyFunction | |
| virtual | ~HasPinNotifyFunction () |
Protected Member Functions | |
| virtual void | CharReceived (unsigned char c) |
Protected Member Functions inherited from SerialRxBasic | |
| void | PinStateHasChanged (Pin *) |
Protected Attributes | |
| std::vector< unsigned char > | buffer |
Protected Attributes inherited from SerialRxBasic | |
| Pin | rx |
| std::map< std::string, Pin * > | allPins |
| unsigned long long | baudrate |
| int | highCnt |
| int | bitCnt |
| int | maxBitCnt |
| int | dataByte |
| T_RxState | rxState |
| bool | sendInHex |
Additional Inherited Members | |
Protected Types inherited from SerialRxBasic | |
| enum | T_RxState { RX_WAIT_LOWEDGE, RX_READ_STARTBIT, RX_READ_DATABIT_START, RX_READ_DATABIT_FIRST, RX_READ_DATABIT_SECOND, RX_READ_DATABIT_THIRD } |
This class is never instantiated or inherited. Delete?
Definition at line 74 of file serialrx.h.
|
protectedvirtual |
Implements SerialRxBasic.
| unsigned char SerialRxBuffered::Get | ( | ) |
| long SerialRxBuffered::Size | ( | ) |
|
protected |
Definition at line 76 of file serialrx.h.