vEBMPDatum Struct Reference

32-bit unsigned integer with payload of up to 32 bytes More...

#include <coveb-tree.h>


Data Fields

uint32_t _x
struct vEBMPayloadStatic _p


Detailed Description

32-bit unsigned integer with payload of up to 32 bytes

This structure contains a 32-bit unsigned integer key field called _x. It also contains an array of 8 such integers in _p._pl[0] through _p._pl[7]. This structure contains a combination of an integer key and a payload of 1 to 256 bits. It holds the maximum space (32 bytes) as a static type even if the coveb_mq queue actually carries only a smaller number of bits for the payload.


Field Documentation

uint32_t vEBMPDatum::_x

32-bit unsigned integer key

payload of 1 to 256 bits, as an array of 8 unsigned 32-bit integers


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

Generated on Mon May 12 19:50:50 2008 for libcoveb by  doxygen 1.5.5