Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

vsuppl_u Union Reference

#include <defines.h>


Detailed Description

Supplemental field for vector structure.


Data Fields

uint8 all
struct {
   uint8   type:2
   uint8   data_type:2
   uint8   owns_data:1
   uint8   is_signed:1
   uint8   is_2state:1
   uint8   set:1
part


Field Documentation

uint8 vsuppl_u::all
 

Allows us to set all bits in the suppl field

uint8 vsuppl_u::data_type
 

Specifies what the size/type of a single value entry is

uint8 vsuppl_u::is_2state
 

Specifies that this vector should be treated as a 2-state value

uint8 vsuppl_u::is_signed
 

Specifies that this vector should be treated as a signed value

uint8 vsuppl_u::owns_data
 

Specifies if this vector owns its data array or not

struct { ... } vsuppl_u::part
 

uint8 vsuppl_u::set
 

Specifies if this vector's data has been set previously

uint8 vsuppl_u::type
 

Specifies what type of information is stored in this vector (see Vector Types for legal values)


The documentation for this union was generated from the following file:
Generated on Wed Jun 17 22:19:25 2009 for Covered by doxygen 1.3.4