Skip to content

Commit 5acfd2c

Browse files
author
Minggang Wang
authored
Merge pull request #147 from minggangw/fix-issue-63
[validator]Implement the validator
2 parents 2c73037 + 4be0126 commit 5acfd2c

24 files changed

+547
-45
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'libraries': [
3434
'-lrcl',
3535
'-lrcutils',
36+
'-lrmw',
3637
],
3738
'conditions': [
3839
[

docs/Client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
334334
<br class="clear">
335335

336336
<footer>
337-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
337+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
338338
</footer>
339339

340340
<script> prettyPrint(); </script>

docs/Node.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h5>Parameters:</h5>
282282

283283
<dt class="tag-source">Source:</dt>
284284
<dd class="tag-source"><ul class="dummy"><li>
285-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line161">line 161</a>
285+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line163">line 163</a>
286286
</li></ul></dd>
287287

288288

@@ -485,7 +485,7 @@ <h5>Parameters:</h5>
485485

486486
<dt class="tag-source">Source:</dt>
487487
<dd class="tag-source"><ul class="dummy"><li>
488-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line113">line 113</a>
488+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line115">line 115</a>
489489
</li></ul></dd>
490490

491491

@@ -711,7 +711,7 @@ <h5>Parameters:</h5>
711711

712712
<dt class="tag-source">Source:</dt>
713713
<dd class="tag-source"><ul class="dummy"><li>
714-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line191">line 191</a>
714+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line193">line 193</a>
715715
</li></ul></dd>
716716

717717

@@ -944,7 +944,7 @@ <h5>Parameters:</h5>
944944

945945
<dt class="tag-source">Source:</dt>
946946
<dd class="tag-source"><ul class="dummy"><li>
947-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line143">line 143</a>
947+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line145">line 145</a>
948948
</li></ul></dd>
949949

950950

@@ -1131,7 +1131,7 @@ <h5>Parameters:</h5>
11311131

11321132
<dt class="tag-source">Source:</dt>
11331133
<dd class="tag-source"><ul class="dummy"><li>
1134-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line86">line 86</a>
1134+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line88">line 88</a>
11351135
</li></ul></dd>
11361136

11371137

@@ -1241,7 +1241,7 @@ <h4 class="name" id="destroy"><span class="type-signature"></span>destroy<span c
12411241

12421242
<dt class="tag-source">Source:</dt>
12431243
<dd class="tag-source"><ul class="dummy"><li>
1244-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line208">line 208</a>
1244+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line210">line 210</a>
12451245
</li></ul></dd>
12461246

12471247

@@ -1309,7 +1309,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
13091309
<br class="clear">
13101310

13111311
<footer>
1312-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
1312+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
13131313
</footer>
13141314

13151315
<script> prettyPrint(); </script>

docs/Publisher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
376376
<br class="clear">
377377

378378
<footer>
379-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
379+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
380380
</footer>
381381

382382
<script> prettyPrint(); </script>

docs/QoS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
26112611
<br class="clear">
26122612

26132613
<footer>
2614-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
2614+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
26152615
</footer>
26162616

26172617
<script> prettyPrint(); </script>

docs/Service.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
147147
<br class="clear">
148148

149149
<footer>
150-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
150+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
151151
</footer>
152152

153153
<script> prettyPrint(); </script>

docs/Subscription.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
147147
<br class="clear">
148148

149149
<footer>
150-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
150+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
151151
</footer>
152152

153153
<script> prettyPrint(); </script>

docs/Timer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
863863
<br class="clear">
864864

865865
<footer>
866-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
866+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
867867
</footer>
868868

869869
<script> prettyPrint(); </script>

docs/global.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ <h5>Parameters:</h5>
719719

720720
<dt class="tag-source">Source:</dt>
721721
<dd class="tag-source"><ul class="dummy"><li>
722-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line172">line 172</a>
722+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line174">line 174</a>
723723
</li></ul></dd>
724724

725725

@@ -1015,7 +1015,7 @@ <h5>Parameters:</h5>
10151015

10161016
<dt class="tag-source">Source:</dt>
10171017
<dd class="tag-source"><ul class="dummy"><li>
1018-
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line124">line 124</a>
1018+
<a href="lib_node.js.html">lib/node.js</a>, <a href="lib_node.js.html#line126">line 126</a>
10191019
</li></ul></dd>
10201020

10211021

@@ -1076,7 +1076,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
10761076
<br class="clear">
10771077

10781078
<footer>
1079-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
1079+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
10801080
</footer>
10811081

10821082
<script> prettyPrint(); </script>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-rc
5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Sep 27 2017 14:03:03 GMT+0800 (CST)
59+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Oct 19 2017 17:17:51 GMT+0800 (CST)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)