logic-analyzer
Public Member Functions | Protected Attributes | List of all members
logic_analyzer::Sump4ByteComandArg Class Reference

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]
 

Detailed Description

4 Byte SUMP Protocol Command. The uint8Values data is provided in network format (big endian) while the internal representation is little endian on the

Author
Phil Schatzmann

The documentation for this class was generated from the following file: