GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
CharCodes Struct Reference

#include "Vt102Emulation.h"

Collaboration diagram for CharCodes:

Public Attributes

char charset [4]
 
int cu_cs
 
bool graphic
 
bool pound
 
bool sa_graphic
 
bool sa_pound
 

Detailed Description

Definition at line 55 of file Vt102Emulation.h.

Member Data Documentation

◆ charset

char CharCodes::charset[4]

Definition at line 58 of file Vt102Emulation.h.

Referenced by Vt102Emulation::setCharset().

◆ cu_cs

int CharCodes::cu_cs

Definition at line 59 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

◆ graphic

bool CharCodes::graphic

Definition at line 60 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

◆ pound

bool CharCodes::pound

Definition at line 61 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

◆ sa_graphic

bool CharCodes::sa_graphic

Definition at line 62 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().

◆ sa_pound

bool CharCodes::sa_pound

Definition at line 63 of file Vt102Emulation.h.

Referenced by Vt102Emulation::resetCharset().


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