ngscopeclient 0.1-dev+51fbda87c
|
A single symbol at the PCS layer (byte or command) More...
#include <USB2PCSDecoder.h>
Public Types | |
enum | SymbolType { TYPE_SYNC , TYPE_EOP , TYPE_RESET , TYPE_DATA , TYPE_ERROR } |
Public Member Functions | |
USB2PCSSymbol (SymbolType type=TYPE_SYNC, uint8_t data=0) | |
bool | operator== (const USB2PCSSymbol &rhs) const |
Public Attributes | |
SymbolType | m_type |
uint8_t | m_data |
A single symbol at the PCS layer (byte or command)