In file sysstruct.h:

struct emuqueue

User emulation structure.

[more]volatile char queue[16376]
User output queue.
[more]volatile int index
The pointer in the queue.
[more]volatile int xlation
Currently active translation mode.


Documentation

User emulation structure.

This structure contains enough information to help in emulating a user (the user-to-emulator part). It isn't well documented because you won't need to use it.

ovolatile char queue[16376]
User output queue.

ovolatile int index
The pointer in the queue.

ovolatile int xlation
Currently active translation mode.

Alphabetic index



This page was generated with the help of DOC++.