1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>DWCGdbValue</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">
15<a name=""></a> DWCGdbValue
16</h1>
17<h2>Definition</h2>
18
19<dl>
20  <dd>
21<PRE><code>
22#include &lt;dwc.h&gt;
23
24typedef struct DWCGdbValue {
25    u8 int_u8;
26    s16 int_s16;
27    s32 int_s32;
28    f32 float_f64;
29    char * ascii_string;
30    u16 * wide_string;
31    int boolean;
32    DWCTick datetime;
33    <a href=DWCGdbBinaryData.html#>DWCGdbBinaryData</a> binary_data;
34} DWCGdbValue;</code></PRE></dd>
35</dl>
36<H2>Description</H2>
37<p></p><TABLE border="1" width="100%">
38  <TBODY>
39
40    <TR>
41<TD width="13%"><EM><STRONG>int_u8</STRONG></EM></TD>
42<TD width="87%">Unsigned 1-byte  integer.</TD>
43    </TR>
44
45    <TR>
46<TD width="13%"><EM><STRONG>int_s16</STRONG></EM></TD>
47<TD width="87%">Signed 2-byte integer.</TD>
48    </TR>
49
50    <TR>
51<TD width="13%"><EM><STRONG>int_s32</STRONG></EM></TD>
52<TD width="87%">Signed 4-byte integer.</TD>
53    </TR>
54
55    <TR>
56<TD width="13%"><EM><STRONG>float_f64</STRONG></EM></TD>
57<TD width="87%">Floating-point, 8-byte number.</TD>
58    </TR>
59
60    <TR>
61<TD width="13%"><EM><STRONG>ascii_string</STRONG></EM></TD>
62<TD width="87%">String of 1-byte characters.</TD>
63    </TR>
64
65    <TR>
66<TD width="13%"><EM><STRONG>wide_string</STRONG></EM></TD>
67<TD width="87%">String of 2-byte characters.</TD>
68    </TR>
69
70    <TR>
71<TD width="13%"><EM><STRONG>boolean</STRONG></EM></TD>
72<TD width="87%">Boolean value.</TD>
73    </TR>
74
75    <TR>
76<TD width="13%"><EM><STRONG>datetime</STRONG></EM></TD>
77<TD width="87%">Time shown in <CODE>UnixTime</CODE>.</TD>
78    </TR>
79
80    <TR>
81<TD width="13%"><EM><STRONG>binary_data</STRONG></EM></TD>
82<TD width="87%">Binary data.</TD>
83    </TR>
84
85  </TBODY>
86</TABLE>
87
88<H2>Revision History</H2>
89<DL>
90
91</DL>
92<hr><p>CONFIDENTIAL</p></body>
93</html>
94