|
logic-analyzer
|
4 Byte SUMP Protocol Command. The uint8Values data is provided in network format (big endian) while the internal representation is little endian on the More...
#include <logic_analyzer.h>
Public Member Functions | |
| uint8_t * | getPtr () |
| Provides a pointer to the memory. | |
| uint16_t | get16 (int idx) |
| Provides a uint16_t value. | |
| uint32_t | get32 () |
| Provides a uint32_t value. | |
Protected Attributes | |
| uint8_t | uint8Values [4] |
| uint16_t * | uint16Values = (uint16_t*) &uint8Values[0] |
| uint32_t * | uint32Value = (uint32_t*) &uint8Values[0] |
4 Byte SUMP Protocol Command. The uint8Values data is provided in network format (big endian) while the internal representation is little endian on the