next up previous contents index
Next: 4.10.14 nxo_condition Up: 4.10 Classes Previous: 4.10.12 nxo_array   Contents   Index

Subsections


4.10.13 nxo_boolean

The nxo_boolean class is a subclass of the nxo class.

4.10.13.1 API

void nxo_boolean_new(cw_nxo_t *a_nxo, cw_bool_t a_val):

Input(s):
a_nxo:
Pointer to a boolean nxo.
a_val:
Initial value.
Output(s):
None.
Exception(s):
None.
Description:
Constructor.
cw_bool_t 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, cw_bool_t 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.14 nxo_condition Up: 4.10 Classes Previous: 4.10.12 nxo_array   Contents   Index
Jason Evans 2002-09-08