- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Mar 2010 10:33:49 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv11045
Modified Files:
Overview.html
Log Message:
new issue on what thresholds apply to
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Overview.html 2 Mar 2010 16:39:59 -0000 1.86
+++ Overview.html 3 Mar 2010 10:33:45 -0000 1.87
@@ -428,6 +428,17 @@
called with a <a>code</a> set to
<a>INVALID_VALUE</a>.</dd>
</dl>
+
+ <p class="issue">Some properties have more than one numeric attribute, and so we need a way to specify which one a threshold applies to. The current best idea would be to add an attribute to the <a>options</a> interface indicating which attribute the thresholds are compared against. e.g.<br/>
+ <code>attribute unsigned const THRESHOLD_NETWORK_UPLOAD = 0;<br/>
+const unsigned short THRESHOLD_NETWORK_DOWNLOAD = 1;<br/>
+const unsigned short THRESHOLD_NETWORK_SIGNAL = 2;<br/>
+...<br/>
+attribute unsigned short thresholds_target;
+</code></p>
+
+
+
</section>
</section>
Received on Wednesday, 3 March 2010 10:33:52 UTC