-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnexodata.cpp
More file actions
24 lines (20 loc) · 749 Bytes
/
nexodata.cpp
File metadata and controls
24 lines (20 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
extern "C" {
#include "nexoid-ed/include/gtd.h"
}
static struct E1KernelData s_e1kd;
static struct TerminalListOfAid s_TerminalListOfAid;
struct ApplicationProfile ap;
struct ServiceSettingsEntry sc;
struct TerminalTransactionData ttd;
struct EntryPointData ep;
struct CardResponse* cr;
struct E1KernelData* e1kd = &s_e1kd;
struct OnlineResponseData ord;
struct SearchTransactionResultList* sl;
struct CombinationListAndParameters* ec;
struct AidPreferenceTable* ee;
enum PrinterStatus g_PrinterStatus = PRINTER_UNAVAILABLE;
enum TmsContactLevel g_callTms = CALL_TMS_NONE;
struct TerminalListOfAid* g_TerminalListOfAid = &s_TerminalListOfAid;
struct CandidateList* g_CandidateList = NULL;
struct AidPreferenceTable* g_AidPreferenceTable = NULL;