|
ngscopeclient v0.1
|
Public Types | |
| enum | stype { TYPE_RESET , TYPE_DATA , TYPE_ERROR , TYPE_PRESENCE } |
Public Member Functions | |
| OneWireSymbol (stype t, uint8_t d) | |
| bool | operator== (const OneWireSymbol &s) const |
Public Attributes | |
| stype | m_stype |
| uint8_t | m_data |