|
NXWidgets
1.19
|
Public Attributes | |
| FAR void * | console |
| sem_t | exclSem |
| sem_t | waitSem |
| NXTKWINDOW | hwnd |
| NXTERM | nxterm |
| int | minor |
| struct nxterm_window_s | wndo |
| bool | result |
This structure is used to pass start up parameters to the NxTerm task and to assure the the NxTerm is successfully started.
Definition at line 89 of file cnxterm.cxx.
| FAR void* NxWM::SNxTerm::console |
The console 'this' pointer use with on_exit()
Definition at line 91 of file cnxterm.cxx.
| sem_t NxWM::SNxTerm::exclSem |
Sem that gives exclusive access to this structure
Definition at line 92 of file cnxterm.cxx.
| NXTKWINDOW NxWM::SNxTerm::hwnd |
Window handle
Definition at line 94 of file cnxterm.cxx.
| int NxWM::SNxTerm::minor |
Next device minor number
Definition at line 96 of file cnxterm.cxx.
| NXTERM NxWM::SNxTerm::nxterm |
NxTerm handle
Definition at line 95 of file cnxterm.cxx.
| bool NxWM::SNxTerm::result |
True if successfully initialized
Definition at line 98 of file cnxterm.cxx.
| sem_t NxWM::SNxTerm::waitSem |
Sem that posted when the task is initialized
Definition at line 93 of file cnxterm.cxx.
| struct nxterm_window_s NxWM::SNxTerm::wndo |
Describes the NxTerm window
Definition at line 97 of file cnxterm.cxx.
1.8.13