prism::item Struct Reference

Prism header item. More...

#include <wipal/phy/prism_header.hh>

List of all members.

Public Member Functions

uint32_t get (bool swapped) const
itemset (uint32_t value, bool swapped)

Protected Attributes

uint32_t did
uint16_t status
uint16_t len
uint32_t data


Detailed Description

Prism header item.

See also:
prism::header

Member Function Documentation

uint32_t prism::item::get ( bool  swapped  )  const [inline]

Read the item's value according to given endianness.

item & prism::item::set ( uint32_t  value,
bool  swapped 
) [inline]

Set the item's value according to given endianness.


Member Data Documentation

uint32_t prism::item::did [protected]

What this item's value is.

uint16_t prism::item::status [protected]

Is this item's value present (0) or absent (1).

uint16_t prism::item::len [protected]

Length in bytes, should be 4.

uint32_t prism::item::data [protected]

Item value or zero.


The documentation for this struct was generated from the following files:
Generated on Wed Jan 16 16:15:14 2008 for wipal by  doxygen 1.5.4