Next: 3.10.14 nxo_condition
Up: 3.10 Classes
Previous: 3.10.12 nxo_array
  Contents
  Index
Subsections
3.10.13 nxo_boolean
The nxo_boolean class is a subclass of the nxo class.
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(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: 3.10.14 nxo_condition
Up: 3.10 Classes
Previous: 3.10.12 nxo_array
  Contents
  Index
Jason Evans
2002-03-30