#include <wipal/phy/prism_header.hh>
Public Member Functions | |
uint32_t | get (bool swapped) const |
item & | set (uint32_t value, bool swapped) |
Protected Attributes | |
uint32_t | did |
uint16_t | status |
uint16_t | len |
uint32_t | data |
uint32_t prism::item::get | ( | bool | swapped | ) | const [inline] |
item & prism::item::set | ( | uint32_t | value, | |
bool | swapped | |||
) | [inline] |
Set the item's value according to given endianness.
References data, tool::extract_long_u(), and status.
uint32_t prism::item::did [protected] |
What this item's value is.
uint16_t prism::item::status [protected] |
uint16_t prism::item::len [protected] |
Length in bytes, should be 4.
uint32_t prism::item::data [protected] |