iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
53 lines (52 loc) • 2 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<meta name="author" content="Copyright 2015 Intel Corporation All Rights Reserved." />
<title>IoT Services Orchestration Layer</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="styles/style.css" type="text/css" />
</head>
<body>
<div id="header">
<h1 class="title">IoT Services Orchestration Layer</h1>
<h2 class="author">Copyright 2015 Intel Corporation All Rights Reserved.</h2>
</div>
<div id="TOC">
<ul>
<li><a href="#计数器">计数器</a><ul>
<li><a href="#计数">计数</a><ul>
<li><a href="#描述">描述</a></li>
<li><a href="#输入">输入</a></li>
<li><a href="#输出">输出</a></li>
</ul></li>
<li><a href="#倒数">倒数</a><ul>
<li><a href="#描述-1">描述</a></li>
<li><a href="#输入-1">输入</a></li>
<li><a href="#输出-1">输出</a></li>
</ul></li>
</ul></li>
</ul>
</div>
<h1 id="计数器">计数器</h1>
<h2 id="计数">计数</h2>
<h3 id="描述">描述</h3>
<p>此服务提供计数功能。</p>
<h3 id="输入">输入</h3>
<p><code>trigger</code>: 任意类型 触发一次计算</p>
<p><code>reset</code>: 布尔类型 重置计数</p>
<h3 id="输出">输出</h3>
<p><code>out</code>: 任意类型 计数器当前值</p>
<h2 id="倒数">倒数</h2>
<h3 id="描述-1">描述</h3>
<p>此服务提供倒数计数功能。</p>
<h3 id="输入-1">输入</h3>
<p><code>trigger</code>: 任意类型 触发一次计算</p>
<p><code>reset</code>: 布尔类型 重置计数</p>
<p><code>orig</code>: 整型 重置时使用的初始值</p>
<h3 id="输出-1">输出</h3>
<p><code>hit</code>: 布尔类型 当且仅当计数器减到0时,hit输出true</p>
</body>
</html>