Library (LIB)


Functions

bool isLIB (SatAddr src)
 is the object at src a LIB?
int LIBnibbles (SatAddr src)
 Return the size in nibbles of the LIB at src.

Detailed Description

Libraries are very complex objects and I didn't think anyone would be manipulating them in C code so I've included the bare minimum of support for them. If you need support, let me know and I'll see if I can add it.

Function Documentation

bool isLIB ( SatAddr  src  ) 

is the object at src a LIB?

Parameters:
src Saturn address of an object
Returns:
true if the object at src is a LIB.

int LIBnibbles ( SatAddr  src  ) 

Return the size in nibbles of the LIB at src.

Parameters:
src the Saturn address of a LIB object
Returns:
the size of the LIB in nibbles, or zero if src is not a LIB


Generated on Sat Apr 3 16:38:31 2010 for HPObjects by  doxygen 1.5.0