ICP  1
Classes | Variables
labview_xml.h File Reference
#include "DAEstatus.h"

Go to the source code of this file.

Classes

class  LabviewXML
 
struct  LabviewXML::labview_item
 

Variables

static const wchar_t * lv_tags []
 
static const char * lv_format []
 
static const char * lv_defaults []
 
static const int n_lv = sizeof(lv_tags) / sizeof(wchar_t*)
 

Variable Documentation

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().

const char* lv_format[]
static
Initial value:
= { "%hu", "%hu", "%u",
"%h", "%h", "%d",
"%s", "%g", "%d"
"%d", "%s" }

Definition at line 11 of file labview_xml.h.

const wchar_t* lv_tags[]
static
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

Definition at line 19 of file labview_xml.h.

Referenced by LabviewXML::processAllElements().