NXWidgets  1.19
Public Attributes | List of all members
NxWM::SNxTerm Struct Reference

Public Attributes

FAR void * console
 
sem_t exclSem
 
sem_t waitSem
 
NXTKWINDOW hwnd
 
NXTERM nxterm
 
int minor
 
struct nxterm_window_s wndo
 
bool result
 

Detailed Description

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.

Member Data Documentation

◆ console

FAR void* NxWM::SNxTerm::console

The console 'this' pointer use with on_exit()

Definition at line 91 of file cnxterm.cxx.

◆ exclSem

sem_t NxWM::SNxTerm::exclSem

Sem that gives exclusive access to this structure

Definition at line 92 of file cnxterm.cxx.

◆ hwnd

NXTKWINDOW NxWM::SNxTerm::hwnd

Window handle

Definition at line 94 of file cnxterm.cxx.

◆ minor

int NxWM::SNxTerm::minor

Next device minor number

Definition at line 96 of file cnxterm.cxx.

◆ nxterm

NXTERM NxWM::SNxTerm::nxterm

NxTerm handle

Definition at line 95 of file cnxterm.cxx.

◆ result

bool NxWM::SNxTerm::result

True if successfully initialized

Definition at line 98 of file cnxterm.cxx.

◆ waitSem

sem_t NxWM::SNxTerm::waitSem

Sem that posted when the task is initialized

Definition at line 93 of file cnxterm.cxx.

◆ wndo

struct nxterm_window_s NxWM::SNxTerm::wndo

Describes the NxTerm window

Definition at line 97 of file cnxterm.cxx.


The documentation for this struct was generated from the following file: