1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
3 <title>TB10.1 Example Applications: examples/Base/IPC/pubsub/publish.h File Reference</title> |
3 <head> |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
5 <link href="tabs.css" rel="stylesheet" type="text/css"> |
5 <title>TB9.2 Example Applications: examples/Base/IPC/pubsub/publish.h File Reference</title> |
6 </head><body> |
6 <link href="tabs.css" rel="stylesheet" type="text/css"/> |
7 <!-- Generated by Doxygen 1.5.3 --> |
7 <link href="doxygen.css" rel="stylesheet" type="text/css"/> |
|
8 </head> |
|
9 <body> |
|
10 <!-- Generated by Doxygen 1.6.2 --> |
|
11 <div class="contents"> |
8 <h1>examples/Base/IPC/pubsub/publish.h File Reference</h1> |
12 <h1>examples/Base/IPC/pubsub/publish.h File Reference</h1> |
9 <p> |
13 <p><a href="publish_8h_source.html">Go to the source code of this file.</a></p> |
10 <a href="publish_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> |
14 <table border="0" cellpadding="0" cellspacing="0"> |
11 <tr><td></td></tr> |
15 <tr><td colspan="2"><h2>Functions</h2></td></tr> |
12 <tr><td colspan="2"><br><h2>Functions</h2></td></tr> |
16 <tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="publish_8h.html#ae3dba9d5ec6d59791d61680c67729f0e">PublishL</a> (RProperty &aProperty, TDes16 &aBuf)</td></tr> |
13 <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="publish_8h.html#e3dba9d5ec6d59791d61680c67729f0e">PublishL</a> (RProperty &aProperty, TDes16 &aBuf)</td></tr> |
17 </table> |
|
18 <hr/><a name="_details"></a><h2>Detailed Description</h2> |
14 |
19 |
15 </table> |
20 <p>Definition in file <a class="el" href="publish_8h_source.html">publish.h</a>.</p> |
16 <hr><a name="_details"></a><h2>Detailed Description</h2> |
21 <hr/><h2>Function Documentation</h2> |
17 |
22 <a class="anchor" id="ae3dba9d5ec6d59791d61680c67729f0e"></a><!-- doxytag: member="publish.h::PublishL" ref="ae3dba9d5ec6d59791d61680c67729f0e" args="(RProperty &aProperty, TDes16 &aBuf)" --> |
18 <p>Definition in file <a class="el" href="publish_8h-source.html">publish.h</a>.</p> |
|
19 <hr><h2>Function Documentation</h2> |
|
20 <a class="anchor" name="e3dba9d5ec6d59791d61680c67729f0e"></a><!-- doxytag: member="publish.h::PublishL" ref="e3dba9d5ec6d59791d61680c67729f0e" args="(RProperty &aProperty, TDes16 &aBuf)" --> |
|
21 <div class="memitem"> |
23 <div class="memitem"> |
22 <div class="memproto"> |
24 <div class="memproto"> |
23 <table class="memname"> |
25 <table class="memname"> |
24 <tr> |
26 <tr> |
25 <td class="memname">void PublishL </td> |
27 <td class="memname">void PublishL </td> |
26 <td>(</td> |
28 <td>(</td> |
27 <td class="paramtype">RProperty & </td> |
29 <td class="paramtype">RProperty & </td> |
28 <td class="paramname"> <em>aProperty</em>, </td> |
30 <td class="paramname"> <em>aProperty</em>, </td> |
29 </tr> |
31 </tr> |
30 <tr> |
32 <tr> |
34 <td class="paramname"> <em>aBuf</em></td><td> </td> |
36 <td class="paramname"> <em>aBuf</em></td><td> </td> |
35 </tr> |
37 </tr> |
36 <tr> |
38 <tr> |
37 <td></td> |
39 <td></td> |
38 <td>)</td> |
40 <td>)</td> |
39 <td></td><td></td><td width="100%"></td> |
41 <td></td><td></td><td></td> |
40 </tr> |
42 </tr> |
41 </table> |
43 </table> |
42 </div> |
44 </div> |
43 <div class="memdoc"> |
45 <div class="memdoc"> |
44 |
46 <p>Publishes the byte-array property </p> |
45 <p> |
47 <dl><dt><b>Parameters:</b></dt><dd> |
46 Publishes the byte-array property <dl compact><dt><b>Parameters:</b></dt><dd> |
|
47 <table border="0" cellspacing="2" cellpadding="0"> |
48 <table border="0" cellspacing="2" cellpadding="0"> |
48 <tr><td valign="top"></td><td valign="top"><em>aProperty</em> </td><td>The property to be published </td></tr> |
49 <tr><td valign="top"></td><td valign="top"><em>aProperty</em> </td><td>The property to be published </td></tr> |
49 <tr><td valign="top"></td><td valign="top"><em>aBuf</em> </td><td>The descriptor containing the byte-array values </td></tr> |
50 <tr><td valign="top"></td><td valign="top"><em>aBuf</em> </td><td>The descriptor containing the byte-array values </td></tr> |
50 </table> |
51 </table> |
|
52 </dd> |
51 </dl> |
53 </dl> |
52 |
54 |
53 <p>Definition at line <a class="el" href="publishspec_8cpp-source.html#l00032">32</a> of file <a class="el" href="publishspec_8cpp-source.html">publishspec.cpp</a>.</p> |
55 <p>Definition at line <a class="el" href="publishspec_8cpp_source.html#l00032">32</a> of file <a class="el" href="publishspec_8cpp_source.html">publishspec.cpp</a>.</p> |
54 |
56 |
55 </div> |
57 </div> |
56 </div><p> |
58 </div> |
57 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:02 2010 for TB10.1 Example Applications by |
59 </div> |
|
60 <hr size="1"/><address style="text-align: right;"><small>Generated by |
58 <a href="http://www.doxygen.org/index.html"> |
61 <a href="http://www.doxygen.org/index.html"> |
59 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
62 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> |
60 </body> |
63 </body> |
61 </html> |
64 </html> |