File: LhxSensor_8idl_source.html

package info (click to toggle)
raritan-json-rpc-sdk 3.6.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,748 kB
  • sloc: cs: 162,629; perl: 85,818; python: 24,275; javascript: 5,937; makefile: 21
file content (112 lines) | stat: -rw-r--r-- 47,209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Raritan PX2/PX3 JSON-RPC API: pdu-json-rpc-api/idl/LhxSensor.idl Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Raritan PX2/PX3 JSON-RPC API
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_6f2e57e4ed4c9ccdca310d1229964312.html">pdu-json-rpc-api</a></li><li class="navelem"><a class="el" href="dir_8ea0db9e05c169824aafe6441489b6ed.html">idl</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">LhxSensor.idl</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/* SPDX-License-Identifier: BSD-3-Clause */</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Copyright 2011 Raritan Inc. All rights reserved.</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="preprocessor">#ifndef __LHXMODEL_SENSOR_IDL__</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="preprocessor">#define __LHXMODEL_SENSOR_IDL__</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="preprocessor">#include &lt;Event.idl&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="preprocessor">#include &lt;Sensor.idl&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="preprocessor">#include &lt;UserEvent.idl&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment">/** LHX Model */</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;module <a class="code" href="namespacelhxmodel.html">lhxmodel</a> {</div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment">    /** LHX Sensor Interface */</span></div><div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html">   17</a></span>&#160;    <span class="keyword">interface </span><a class="code" href="interfacelhxmodel_1_1Sensor__4__0__3.html">Sensor_4_0_3</a> <span class="keyword">extends</span> <a class="code" href="namespacesensors.html">sensors</a>.<a class="code" href="interfacelhxmodel_1_1Sensor__4__0__3.html">Sensor_4_0_3</a> {</div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;        <span class="comment"></span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment">        /** Sensor&#39;s self describing data */</span></div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html">   20</a></span>&#160;        structure <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html">MetaData</a> {<span class="comment"></span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment">             * Sensor type, reading type and unit</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a7fadea89d94998b3fcb782de9ccf750c">   24</a></span>&#160;            <a class="code" href="namespacesensors.html">sensors</a>.<a class="code" href="interfacesensors_1_1Sensor__4__0__3.html">Sensor_4_0_3</a>.<a class="code" href="structsensors_1_1Sensor__4__0__3_1_1TypeSpec.html">TypeSpec</a> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a7fadea89d94998b3fcb782de9ccf750c">type</a>;</div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment">             * Number of significant decimal digits.</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment">             *</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">             * Indicates how many digits should be displayed</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">             * to the right of the decimal point. I.e. double</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">             * values must be rounded with this precision.</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa41e6e69c844eae0515f28cb5d227563">   33</a></span>&#160;            <span class="keywordtype">int</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa41e6e69c844eae0515f28cb5d227563">numDecDigits</a>;</div><div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">             * Smallest possible Numeric Reading Value</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a0f5170878ac607ae1619f41be156ac55">   38</a></span>&#160;            <span class="keywordtype">double</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a0f5170878ac607ae1619f41be156ac55">numRangeMin</a>;</div><div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">             * Largest possible Numeric Reading Value</span></div><div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#af42607d5e5fa2fa75889d056cca70aeb">   43</a></span>&#160;            <span class="keywordtype">double</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#af42607d5e5fa2fa75889d056cca70aeb">numRangeMax</a>;</div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment">             * Smallest possible Numeric Reading Threshold Value</span></div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa2550543083ae0eb4bf090189828c0c7">   48</a></span>&#160;            <span class="keywordtype">double</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa2550543083ae0eb4bf090189828c0c7">numThresholdMin</a>;</div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="comment">             * Largest possible Numeric Reading Threshold Value</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a6ae6a344e00281f7005d5535747a6bf5">   53</a></span>&#160;            <span class="keywordtype">double</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a6ae6a344e00281f7005d5535747a6bf5">numThresholdMax</a>;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;            <span class="comment"></span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="comment">             * The sensor label.</span></div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a96f28bce761fa6b13ba34db98b289512">   58</a></span>&#160;            <span class="keywordtype">string</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a96f28bce761fa6b13ba34db98b289512">label</a>;</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;            <span class="comment"></span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="comment">            /**</span></div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="comment">             * Descriptive ID of sensor containing label.</span></div><div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="comment">             */</span></div><div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#ac6bc8bd7b0e6140188bed95edc87be0a">   63</a></span>&#160;            <span class="keywordtype">string</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#ac6bc8bd7b0e6140188bed95edc87be0a">id</a>;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;        };</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="comment">        /** Numerical sensor thresholds */</span></div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">   67</a></span>&#160;        structure <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">NumThresholds</a> {</div><div class="line"><a name="l00068"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a1dac09e84d26e1677a56da8e523593a9">   68</a></span>&#160;            <span class="keywordtype">boolean</span>  <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a1dac09e84d26e1677a56da8e523593a9">lowerCriticalIsEnabled</a>;    <span class="comment">///&lt; Lower critical threshold enabled</span></div><div class="line"><a name="l00069"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a591a630473032e8efcc94f2a3b794d62">   69</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span>   <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a591a630473032e8efcc94f2a3b794d62">lowerCritical</a>;             <span class="comment">///&lt; Lower critical threshold value</span></div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a2a7109b77b7f47f580308c6fcc5a1742">   70</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">boolean</span>  <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a2a7109b77b7f47f580308c6fcc5a1742">lowerWarningIsEnabled</a>;     <span class="comment">///&lt; Lower warning threshold enabled</span></div><div class="line"><a name="l00071"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ac517f02fd52313669595815e5782516d">   71</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span>   <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ac517f02fd52313669595815e5782516d">lowerWarning</a>;              <span class="comment">///&lt; Lower warning threshold value</span></div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a43f64fc42abcc3ce84ed93e21aa7c1f5">   72</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">boolean</span>  <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a43f64fc42abcc3ce84ed93e21aa7c1f5">upperWarningIsEnabled</a>;     <span class="comment">///&lt; Upper warning threshold enabled</span></div><div class="line"><a name="l00073"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a39087eba3b4b6920981164d404068cf2">   73</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span>   <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a39087eba3b4b6920981164d404068cf2">upperWarning</a>;              <span class="comment">///&lt; Upper warning threshold value</span></div><div class="line"><a name="l00074"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad3f52a209cfe9cf3b338b962b2ac757d">   74</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">boolean</span>  <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad3f52a209cfe9cf3b338b962b2ac757d">upperCriticalIsEnabled</a>;    <span class="comment">///&lt; Upper critical threshold enabled</span></div><div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#abcfbb7b5ff471549a22ffc4d74283b10">   75</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span>   <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#abcfbb7b5ff471549a22ffc4d74283b10">upperCritical</a>;             <span class="comment">///&lt; Upper critical threshold value</span></div><div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad12c54d5f35957b1a4d9eb14cfc79f05">   76</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span>   <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad12c54d5f35957b1a4d9eb14cfc79f05">hysteresis</a>;                <span class="comment">///&lt; Deassertion hysteresis</span></div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="comment"></span>        };</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;</div><div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a1d6405d3ee1c8aae2a758622475b63a8">   79</a></span>&#160;        constant <span class="keywordtype">int</span> STATE_NOT_AVAILABLE            = -1; <span class="comment">///&lt; Communication to sensor lost</span></div><div class="line"><a name="l00080"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a8763a62d549633ad8bc5f44ddd35e221">   80</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_CLOSED                   = 0;  <span class="comment">///&lt; Closed</span></div><div class="line"><a name="l00081"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a769f530f6751b5bacce1bf8e5dae82a4">   81</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_OPEN                     = 1;  <span class="comment">///&lt; Open</span></div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a85077827272fe85f4d117d6ca55e9989">   82</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_NUM_NORMAL               = 0;  <span class="comment">///&lt; Numerical sensor in normal range</span></div><div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a0688f7cee3d7ff56ebda903c666e1ed0">   83</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_NUM_ABOVE_UPPER_CRITICAL = 1;  <span class="comment">///&lt; Above upper critical threshold</span></div><div class="line"><a name="l00084"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a18bca7e2dee3a653626e6f9ab20178fc">   84</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_NUM_ABOVE_UPPER_WARNING  = 2;  <span class="comment">///&lt; Above upper warning threshold</span></div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a0e80768ae6234c965b98dfd002e15e38">   85</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_NUM_BELOW_LOWER_WARNING  = 3;  <span class="comment">///&lt; Below lower warning threshold</span></div><div class="line"><a name="l00086"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a1fb59e8844f0b9ee3a33246e8c23d394">   86</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> STATE_NUM_BELOW_LOWER_CRITICAL = 4;  <span class="comment">///&lt; Below lower critical threshold</span></div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="comment"></span><span class="comment"></span></div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="comment">        /** Sensor reading */</span></div><div class="line"><a name="l00089"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html">   89</a></span>&#160;        structure <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html">Reading</a> {</div><div class="line"><a name="l00090"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#af82ec2bdf961e512eb6ed98e3cad679b">   90</a></span>&#160;            time <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#af82ec2bdf961e512eb6ed98e3cad679b">timestamp</a>;      <span class="comment">///&lt; Time of sample</span></div><div class="line"><a name="l00091"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#ad60358607012ef5f83b1e5777ea71d11">   91</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">int</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#ad60358607012ef5f83b1e5777ea71d11">state</a>;           <span class="comment">///&lt; discrete reading or state</span></div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#a43050774347c0bf72905aacac76c4df6">   92</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">double</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#a43050774347c0bf72905aacac76c4df6">value</a>;        <span class="comment">///&lt; numeric reading value</span></div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#aaa6201227714418734f160b027e1a9ed">   93</a></span>&#160;<span class="comment"></span>            <span class="keywordtype">boolean</span> <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#aaa6201227714418734f160b027e1a9ed">isValid</a>;     <span class="comment">///&lt; numeric value is valid or NAN</span></div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment"></span>        };</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="comment">        /** Event: Sensor thresholds have been changed */</span></div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;        valueobject ThresholdsChangedEvent extends <span class="keyword">event</span>.UserEvent {</div><div class="line"><a name="l00098"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#af63b286137ff82cf5fa3059b3531cdb6">   98</a></span>&#160;            <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">NumThresholds</a> oldThresholds;        <span class="comment">///&lt; Thresholds before change</span></div><div class="line"><a name="l00099"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7ae0f90c4be755f76cab2c0e5042f7eb">   99</a></span>&#160;<span class="comment"></span>            <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">NumThresholds</a> <a class="code" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7ae0f90c4be755f76cab2c0e5042f7eb">newThresholds</a>;        <span class="comment">///&lt; Thresholds after change</span></div><div class="line"><a name="l00100"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#af451afffa4c68265d2e21326d2e4b1b4">  100</a></span>&#160;<span class="comment"></span>        };</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;<span class="comment">        /** Event: Sensor state has changed */</span></div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;        valueobject StateChangedEvent extends <a class="code" href="namespaceidl.html">idl</a>.Event {</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;            Reading oldReading;                 <span class="comment">///&lt; Reading before change</span></div><div class="line"><a name="l00105"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7c5bc02c398a4a8f0e4c3c377ea4ec35">  105</a></span>&#160;<span class="comment"></span>            <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html">Reading</a> <a class="code" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7c5bc02c398a4a8f0e4c3c377ea4ec35">newReading</a>;                 <span class="comment">///&lt; Reading after change</span></div><div class="line"><a name="l00106"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#ad5f83253ece1ce2664c1617c8fea2e3d">  106</a></span>&#160;<span class="comment"></span>        };</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment">        /** Event: Sensor numeric reading has changed */</span></div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;        valueobject ReadingChangedEvent extends <a class="code" href="namespaceidl.html">idl</a>.Event {</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;            Reading newReading;                 <span class="comment">///&lt; New reading</span></div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="comment"></span>        };</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;</div><div class="line"><a name="l00113"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a71d42f068869f2be2de953ebdd92a655">  113</a></span>&#160;        constant <span class="keywordtype">int</span> ERR_INVALID_PARAM = 1; <span class="comment">///&lt; Invalid parameters</span></div><div class="line"><a name="l00114"></a><span class="lineno"><a class="line" href="interfacelhxmodel_1_1Sensor__4__0__3.html#a5e31cf2d4fca5956fa8c747d4de01885">  114</a></span>&#160;<span class="comment"></span>        constant <span class="keywordtype">int</span> ERR_NOT_SUPPORTED = 2; <span class="comment">///&lt; Not supported</span></div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"></span>        <span class="comment"></span></div><div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment">        /**</span></div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="comment">         * Retrieve the LHX metadata.</span></div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="comment">         *</span></div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="comment">         * @return metadata</span></div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="comment">         */</span></div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;        <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html">MetaData</a> getMetaData();</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;        <span class="comment"></span></div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="comment">        /**</span></div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="comment">         * Retrieve Numeric Thresholds. </span></div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment">         *</span></div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="comment">         * @return sensor thresholds</span></div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="comment">         */</span></div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;        <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">NumThresholds</a> getThresholds();</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;        <span class="comment"></span></div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="comment">        /**</span></div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="comment">         * Set Numeric Thresholds.</span></div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="comment">         *</span></div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="comment">         * @return 0                  if OK</span></div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment">         * @return ERR_INVALID_PARAM  if any parameters are invalid</span></div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="comment">         */</span></div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;        <span class="keywordtype">int</span> setThresholds(in <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">NumThresholds</a> thresholds);</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;        <span class="comment"></span></div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment">        /**</span></div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="comment">         * Retrieve sensors reading</span></div><div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="comment">         *</span></div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;<span class="comment">         * @return reading</span></div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="comment">         */</span></div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;        <a class="code" href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html">Reading</a> getReading();</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;        </div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    };</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;}</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* !__LHXMODEL_SENSOR_IDL__ */</span><span class="preprocessor"></span></div><div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_a6ae6a344e00281f7005d5535747a6bf5"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a6ae6a344e00281f7005d5535747a6bf5">lhxmodel::Sensor_4_0_3::MetaData::numThresholdMax</a></div><div class="ttdeci">double numThresholdMax</div><div class="ttdoc">Largest possible Numeric Reading Threshold Value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:53</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html">lhxmodel::Sensor_4_0_3::MetaData</a></div><div class="ttdoc">Sensor&amp;#39;s self describing data. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:20</div></div>
<div class="ttc" id="interfacelhxmodel_1_1Sensor__4__0__3_html"><div class="ttname"><a href="interfacelhxmodel_1_1Sensor__4__0__3.html">lhxmodel::Sensor_4_0_3</a></div><div class="ttdoc">LHX Sensor Interface. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:17</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_ac517f02fd52313669595815e5782516d"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ac517f02fd52313669595815e5782516d">lhxmodel::Sensor_4_0_3::NumThresholds::lowerWarning</a></div><div class="ttdeci">double lowerWarning</div><div class="ttdoc">Lower warning threshold value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:71</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_a2a7109b77b7f47f580308c6fcc5a1742"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a2a7109b77b7f47f580308c6fcc5a1742">lhxmodel::Sensor_4_0_3::NumThresholds::lowerWarningIsEnabled</a></div><div class="ttdeci">boolean lowerWarningIsEnabled</div><div class="ttdoc">Lower warning threshold enabled. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:70</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_aa2550543083ae0eb4bf090189828c0c7"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa2550543083ae0eb4bf090189828c0c7">lhxmodel::Sensor_4_0_3::MetaData::numThresholdMin</a></div><div class="ttdeci">double numThresholdMin</div><div class="ttdoc">Smallest possible Numeric Reading Threshold Value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:48</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_ac6bc8bd7b0e6140188bed95edc87be0a"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#ac6bc8bd7b0e6140188bed95edc87be0a">lhxmodel::Sensor_4_0_3::MetaData::id</a></div><div class="ttdeci">string id</div><div class="ttdoc">Descriptive ID of sensor containing label. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:63</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_aa41e6e69c844eae0515f28cb5d227563"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#aa41e6e69c844eae0515f28cb5d227563">lhxmodel::Sensor_4_0_3::MetaData::numDecDigits</a></div><div class="ttdeci">int numDecDigits</div><div class="ttdoc">Number of significant decimal digits. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:33</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_a0f5170878ac607ae1619f41be156ac55"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a0f5170878ac607ae1619f41be156ac55">lhxmodel::Sensor_4_0_3::MetaData::numRangeMin</a></div><div class="ttdeci">double numRangeMin</div><div class="ttdoc">Smallest possible Numeric Reading Value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:38</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_a1dac09e84d26e1677a56da8e523593a9"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a1dac09e84d26e1677a56da8e523593a9">lhxmodel::Sensor_4_0_3::NumThresholds::lowerCriticalIsEnabled</a></div><div class="ttdeci">boolean lowerCriticalIsEnabled</div><div class="ttdoc">Lower critical threshold enabled. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:68</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_a7fadea89d94998b3fcb782de9ccf750c"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a7fadea89d94998b3fcb782de9ccf750c">lhxmodel::Sensor_4_0_3::MetaData::type</a></div><div class="ttdeci">sensors::Sensor_4_0_3 TypeSpec type</div><div class="ttdoc">Sensor type, reading type and unit. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:24</div></div>
<div class="ttc" id="namespacelhxmodel_html"><div class="ttname"><a href="namespacelhxmodel.html">lhxmodel</a></div><div class="ttdoc">LHX Model. </div><div class="ttdef"><b>Definition:</b> Lhx.idl:14</div></div>
<div class="ttc" id="namespaceidl_html"><div class="ttname"><a href="namespaceidl.html">idl</a></div><div class="ttdoc">Basic IDL definitions. </div><div class="ttdef"><b>Definition:</b> Event.idl:10</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_abcfbb7b5ff471549a22ffc4d74283b10"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#abcfbb7b5ff471549a22ffc4d74283b10">lhxmodel::Sensor_4_0_3::NumThresholds::upperCritical</a></div><div class="ttdeci">double upperCritical</div><div class="ttdoc">Upper critical threshold value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:75</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1Reading_html"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html">lhxmodel::Sensor_4_0_3::Reading</a></div><div class="ttdoc">Sensor reading. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:89</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1Reading_html_aaa6201227714418734f160b027e1a9ed"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#aaa6201227714418734f160b027e1a9ed">lhxmodel::Sensor_4_0_3::Reading::isValid</a></div><div class="ttdeci">boolean isValid</div><div class="ttdoc">numeric value is valid or NAN </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:93</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1Reading_html_ad60358607012ef5f83b1e5777ea71d11"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#ad60358607012ef5f83b1e5777ea71d11">lhxmodel::Sensor_4_0_3::Reading::state</a></div><div class="ttdeci">int state</div><div class="ttdoc">discrete reading or state </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:91</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1Reading_html_af82ec2bdf961e512eb6ed98e3cad679b"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#af82ec2bdf961e512eb6ed98e3cad679b">lhxmodel::Sensor_4_0_3::Reading::timestamp</a></div><div class="ttdeci">time timestamp</div><div class="ttdoc">Time of sample. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:90</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_ad12c54d5f35957b1a4d9eb14cfc79f05"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad12c54d5f35957b1a4d9eb14cfc79f05">lhxmodel::Sensor_4_0_3::NumThresholds::hysteresis</a></div><div class="ttdeci">double hysteresis</div><div class="ttdoc">Deassertion hysteresis. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:76</div></div>
<div class="ttc" id="interfacesensors_1_1Sensor__4__0__3_html"><div class="ttname"><a href="interfacesensors_1_1Sensor__4__0__3.html">sensors::Sensor_4_0_3</a></div><div class="ttdoc">Sensor interface </div><div class="ttdef"><b>Definition:</b> Sensor.idl:15</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html">lhxmodel::Sensor_4_0_3::NumThresholds</a></div><div class="ttdoc">Numerical sensor thresholds. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:67</div></div>
<div class="ttc" id="interfacelhxmodel_1_1Sensor__4__0__3_html_a7c5bc02c398a4a8f0e4c3c377ea4ec35"><div class="ttname"><a href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7c5bc02c398a4a8f0e4c3c377ea4ec35">lhxmodel::Sensor_4_0_3::newReading</a></div><div class="ttdeci">Reading newReading</div><div class="ttdoc">Reading after change. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:105</div></div>
<div class="ttc" id="namespacesensors_html"><div class="ttname"><a href="namespacesensors.html">sensors</a></div><div class="ttdoc">Sensors Model. </div><div class="ttdef"><b>Definition:</b> AccumulatingNumericSensor.idl:13</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1Reading_html_a43050774347c0bf72905aacac76c4df6"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1Reading.html#a43050774347c0bf72905aacac76c4df6">lhxmodel::Sensor_4_0_3::Reading::value</a></div><div class="ttdeci">double value</div><div class="ttdoc">numeric reading value </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:92</div></div>
<div class="ttc" id="interfacelhxmodel_1_1Sensor__4__0__3_html_a7ae0f90c4be755f76cab2c0e5042f7eb"><div class="ttname"><a href="interfacelhxmodel_1_1Sensor__4__0__3.html#a7ae0f90c4be755f76cab2c0e5042f7eb">lhxmodel::Sensor_4_0_3::newThresholds</a></div><div class="ttdeci">NumThresholds newThresholds</div><div class="ttdoc">Thresholds after change. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:99</div></div>
<div class="ttc" id="structsensors_1_1Sensor__4__0__3_1_1TypeSpec_html"><div class="ttname"><a href="structsensors_1_1Sensor__4__0__3_1_1TypeSpec.html">sensors::Sensor_4_0_3::TypeSpec</a></div><div class="ttdoc">Complete sensor type specification. </div><div class="ttdef"><b>Definition:</b> Sensor.idl:160</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_a591a630473032e8efcc94f2a3b794d62"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a591a630473032e8efcc94f2a3b794d62">lhxmodel::Sensor_4_0_3::NumThresholds::lowerCritical</a></div><div class="ttdeci">double lowerCritical</div><div class="ttdoc">Lower critical threshold value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:69</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_af42607d5e5fa2fa75889d056cca70aeb"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#af42607d5e5fa2fa75889d056cca70aeb">lhxmodel::Sensor_4_0_3::MetaData::numRangeMax</a></div><div class="ttdeci">double numRangeMax</div><div class="ttdoc">Largest possible Numeric Reading Value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:43</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_a43f64fc42abcc3ce84ed93e21aa7c1f5"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a43f64fc42abcc3ce84ed93e21aa7c1f5">lhxmodel::Sensor_4_0_3::NumThresholds::upperWarningIsEnabled</a></div><div class="ttdeci">boolean upperWarningIsEnabled</div><div class="ttdoc">Upper warning threshold enabled. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:72</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData_html_a96f28bce761fa6b13ba34db98b289512"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1MetaData.html#a96f28bce761fa6b13ba34db98b289512">lhxmodel::Sensor_4_0_3::MetaData::label</a></div><div class="ttdeci">string label</div><div class="ttdoc">The sensor label. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:58</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_a39087eba3b4b6920981164d404068cf2"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#a39087eba3b4b6920981164d404068cf2">lhxmodel::Sensor_4_0_3::NumThresholds::upperWarning</a></div><div class="ttdeci">double upperWarning</div><div class="ttdoc">Upper warning threshold value. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:73</div></div>
<div class="ttc" id="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds_html_ad3f52a209cfe9cf3b338b962b2ac757d"><div class="ttname"><a href="structlhxmodel_1_1Sensor__4__0__3_1_1NumThresholds.html#ad3f52a209cfe9cf3b338b962b2ac757d">lhxmodel::Sensor_4_0_3::NumThresholds::upperCriticalIsEnabled</a></div><div class="ttdeci">boolean upperCriticalIsEnabled</div><div class="ttdoc">Upper critical threshold enabled. </div><div class="ttdef"><b>Definition:</b> LhxSensor.idl:74</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Aug 21 2020 10:20:37 for Raritan PX2/PX3 JSON-RPC API by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>