Go to the source code of this file.
const char* lv_defaults[] |
|
static |
Initial value:= { "0", "0", "0",
"0", "0", "0",
"", "0.0", "0",
"0", "" }
Definition at line 15 of file labview_xml.h.
Referenced by LabviewXML::processElements().
Initial value:= { "%hu", "%hu", "%u",
"%h", "%h", "%d",
"%s", "%g", "%d"
"%d", "%s" }
Definition at line 11 of file labview_xml.h.
Initial value:= { L"U8", L"U16", L"U32",
L"I8", L"I16", L"I32",
L"String", L"DBL", L"EW",
L"Boolean", L"Path" }
Definition at line 7 of file labview_xml.h.
Referenced by LabviewXML::processElements().
const int n_lv = sizeof(lv_tags) / sizeof(wchar_t*) |
|
static |