#include <scsu.h>
Public Attributes | |
int32_t | fCurrentWindow |
Alias to current dynamic window. More... | |
int32_t | fOffsets [USCSU_NUM_WINDOWS] |
Dynamic compression window offsets. More... | |
int32_t | fMode |
Current compression mode. More... | |
int32_t | fIndexCount [USCSU_MAX_INDEX+1] |
Keeps count of times character indices are encountered. More... | |
int32_t | fTimeStamps [USCSU_NUM_WINDOWS] |
The time stamps indicate when a window was last defined. More... | |
int32_t | fTimeStamp |
The current time stamp. More... | |
uint8_t | fBuffer [USCSU_BUFSIZE] |
Internal buffer for saving state. More... | |
int32_t | fBufferLength |
Number of characters in our internal buffer. More... |
Definition at line 44 of file scsu.h.
|
Internal buffer for saving state.
|
|
Number of characters in our internal buffer.
|
|
Alias to current dynamic window.
|
|
Keeps count of times character indices are encountered.
|
|
Current compression mode.
|
|
Dynamic compression window offsets.
|
|
The current time stamp.
|
|
The time stamps indicate when a window was last defined.
|