next up previous contents index
Next: 4.10.15 nxo_class Up: 4.10 Classes Previous: 4.10.13 nxo_array   Contents   Index

Subsections


4.10.14 nxo_boolean

The nxo_boolean class is a subclass of the nxo class.

4.10.14.1 API

void nxo_boolean_new(cw_nxo_t *a_nxo, bool a_val):

Input(s):
a_nxo:
Pointer to a boolean nxo.
a_val:
Initial value.
Output(s):
None.
Exception(s):
None.
Description:
Constructor.
bool nxo_boolean_get(const cw_nxo_t *a_nxo):

Input(s):
a_nxo:
Pointer to a boolean nxo.
Output(s):
retval:
Value of a_nxo.
Exception(s):
None.
Description:
Return the value of a_nxo.
void nxo_boolean_set(cw_nxo_t *a_nxo, bool a_val):

Input(s):
a_nxo:
Pointer to a boolean nxo.
a_val:
Value to set a_nxo to.
Output(s):
None.
Exception(s):
None.
Description:
Set the value of a_nxo to a_val.


next up previous contents index
Next: 4.10.15 nxo_class Up: 4.10 Classes Previous: 4.10.13 nxo_array   Contents   Index
Jason Evans 2005-03-16