next up previous contents index
Next: 4.10.23 nxo_mark Up: 4.10 Classes Previous: 4.10.21 nxo_instance   Contents   Index

Subsections


4.10.22 nxo_integer

The nxo_integer class is a subclass of the nxo class.

4.10.22.1 API

void nxo_integer_new(cw_nxo_t *a_nxo, cw_nxoi_t a_val):

Input(s):
a_nxo:
Pointer to an integer nxo.
a_val:
Initial value.
Output(s):
None.
Exception(s):
None.
Description:
Constructor.
cw_nxoi_t nxo_integer_get(const cw_nxo_t *a_nxo):

Input(s):
a_nxo:
Pointer to an integer nxo.
Output(s):
retval:
Value of a_nxo.
Exception(s):
None.
Description:
Return the value of a_nxo.
void nxo_integer_set(cw_nxo_t *a_nxo, cw_nxoi_t a_val):

Input(s):
a_nxo:
Pointer to an integer nxo.
a_val:
Integer value.
Output(s):
None.
Exception(s):
None.
Description:
Set the value of a_nxo to a_val.


next up previous contents index
Next: 4.10.23 nxo_mark Up: 4.10 Classes Previous: 4.10.21 nxo_instance   Contents   Index
Jason Evans 2005-03-16