next up previous contents index
Next: 4.10.30 nxo_real Up: 4.10 Classes Previous: 4.10.28 nxo_operator   Contents   Index

Subsections


4.10.29 nxo_pmark

The nxo_pmark class is a subclass of the nxo class.

4.10.29.1 API

void nxo_pmark_new(cw_nxo_t *a_nxo):

Input(s):
a_nxo:
Pointer to an nxo.
Output(s):
None.
Exception(s):
None.
Description:
Constructor.
uint32_t nxo_pmark_line_get(const cw_nxo_t *a_nxo):

Input(s):
a_nxo:
Pointer to a pmark nxo.
Output(s):
retval:
Line number.
Exception(s):
None.
Description:
Return the line number associated with a_nxo.
void nxo_pmark_line_set(cw_nxo_t *a_nxo, uint32_t a_line):

Input(s):
a_nxo:
Pointer to a pmark nxo.
a_line:
Value to set the line number associated with a_nxo to.
Output(s):
None.
Exception(s):
None.
Description:
Set the line number associated a_nxo to a_val.


next up previous contents index
Next: 4.10.30 nxo_real Up: 4.10 Classes Previous: 4.10.28 nxo_operator   Contents   Index
Jason Evans 2005-03-16