Skip to content

Commit 557cdf8

Browse files
author
Minggang Wang
authored
Merge pull request #238 from kenny-y/plain-js-message-object
Return a plain JavaScript object in rclnodejs.createMessageObject().
2 parents 33ce31e + f202228 commit 557cdf8

25 files changed

+429
-147
lines changed

docs/Client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2><span class="attribs"><span class="type-signature"></span></span>Client<span
8383

8484
<dt class="tag-source">Source:</dt>
8585
<dd class="tag-source"><ul class="dummy"><li>
86-
<a href="lib_client.js.html">lib/client.js</a>, <a href="lib_client.js.html#line27">line 27</a>
86+
<a href="lib_client.js.html">lib/client.js</a>, <a href="lib_client.js.html#line28">line 28</a>
8787
</li></ul></dd>
8888

8989

@@ -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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
337+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:39 GMT+0800 (CST)
338338
</footer>
339339

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

docs/Node.html

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

25162516
<footer>
2517-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
2517+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:39 GMT+0800 (CST)
25182518
</footer>
25192519

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

docs/Publisher.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h5>Type:</h5>
179179

180180
<dt class="tag-source">Source:</dt>
181181
<dd class="tag-source"><ul class="dummy"><li>
182-
<a href="lib_publisher.js.html">lib/publisher.js</a>, <a href="lib_publisher.js.html#line37">line 37</a>
182+
<a href="lib_publisher.js.html">lib/publisher.js</a>, <a href="lib_publisher.js.html#line36">line 36</a>
183183
</li></ul></dd>
184184

185185

@@ -308,7 +308,7 @@ <h5>Parameters:</h5>
308308

309309
<dt class="tag-source">Source:</dt>
310310
<dd class="tag-source"><ul class="dummy"><li>
311-
<a href="lib_publisher.js.html">lib/publisher.js</a>, <a href="lib_publisher.js.html#line46">line 46</a>
311+
<a href="lib_publisher.js.html">lib/publisher.js</a>, <a href="lib_publisher.js.html#line45">line 45</a>
312312
</li></ul></dd>
313313

314314

@@ -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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
379+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
2614+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 GMT+0800 (CST)
26152615
</footer>
26162616

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

docs/Response.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2><span class="attribs"><span class="type-signature"></span></span>Response<sp
8383

8484
<dt class="tag-source">Source:</dt>
8585
<dd class="tag-source"><ul class="dummy"><li>
86-
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line30">line 30</a>
86+
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line31">line 31</a>
8787
</li></ul></dd>
8888

8989

@@ -237,7 +237,7 @@ <h5>Parameters:</h5>
237237

238238
<dt class="tag-source">Source:</dt>
239239
<dd class="tag-source"><ul class="dummy"><li>
240-
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line52">line 52</a>
240+
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line53">line 53</a>
241241
</li></ul></dd>
242242

243243

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

314314
<footer>
315-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
315+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 GMT+0800 (CST)
316316
</footer>
317317

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

docs/Service.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2><span class="attribs"><span class="type-signature"></span></span>Service<spa
8383

8484
<dt class="tag-source">Source:</dt>
8585
<dd class="tag-source"><ul class="dummy"><li>
86-
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line64">line 64</a>
86+
<a href="lib_service.js.html">lib/service.js</a>, <a href="lib_service.js.html#line65">line 65</a>
8787
</li></ul></dd>
8888

8989

@@ -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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
150+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
150+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
866+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:40 GMT+0800 (CST)
867867
</footer>
868868

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

docs/global.html

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

11841184
<footer>
1185-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
1185+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:39 GMT+0800 (CST)
11861186
</footer>
11871187

11881188
<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.2</a> on Thu Nov 30 2017 08:36:54 GMT+0800 (CST)
59+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.2</a> on Thu Dec 14 2017 14:35:39 GMT+0800 (CST)
6060
</footer>
6161

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

0 commit comments

Comments
 (0)