|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
|
3 <title>TB10.1 Example Applications: MExecController Class Reference</title> |
|
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> |
|
5 <link href="tabs.css" rel="stylesheet" type="text/css"> |
|
6 </head><body> |
|
7 <!-- Generated by Doxygen 1.5.3 --> |
|
8 <h1>MExecController Class Reference</h1><!-- doxytag: class="MExecController" --><div class="dynheader"> |
|
9 Inheritance diagram for MExecController:</div> |
|
10 <div class="dynsection"> |
|
11 |
|
12 <p><center><img src="class_m_exec_controller.png" usemap="#MExecController_map" border="0" alt=""></center> |
|
13 <map name="MExecController_map"> |
|
14 <area href="class_m_exec_async.html" alt="MExecAsync" shape="rect" coords="317,56,434,80"> |
|
15 <area href="class_m_exec_sync.html" alt="MExecSync" shape="rect" coords="762,56,879,80"> |
|
16 <area href="class_c_base_menu_async.html" alt="CBaseMenuAsync" shape="rect" coords="317,112,434,136"> |
|
17 <area href="class_c_base_menu_sync.html" alt="CBaseMenuSync" shape="rect" coords="762,112,879,136"> |
|
18 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="0,168,117,192"> |
|
19 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="127,168,244,192"> |
|
20 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="254,168,371,192"> |
|
21 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="381,168,498,192"> |
|
22 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="508,168,625,192"> |
|
23 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="635,168,752,192"> |
|
24 <area href="class_c_main_menu.html" alt="CMainMenu" shape="rect" coords="762,168,879,192"> |
|
25 </map> |
|
26 </div> |
|
27 |
|
28 <p> |
|
29 <a href="class_m_exec_controller-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
|
30 <tr><td></td></tr> |
|
31 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
|
32 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#2a5e16cb8fd3d95b81b1a894c6fe48d6">Terminate</a> ()=0</td></tr> |
|
33 |
|
34 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual CTelephony * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#679d2e36ae9e07415cbdcfb63b4c6f42">GetTelObj</a> () const =0</td></tr> |
|
35 |
|
36 <tr><td class="memItemLeft" nowrap align="right" valign="top">virtual CConsoleBase * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_m_exec_controller.html#c86eecb3d6f41aa1469a455cd8f4816b">GConsole</a> () const =0</td></tr> |
|
37 |
|
38 </table> |
|
39 <hr><a name="_details"></a><h2>Detailed Description</h2> |
|
40 Base interface providing functionality for a member active object to interact with its owning class. |
|
41 <p>Definition at line <a class="el" href="_c_i_s_v_a_p_i_base_8h-source.html#l00107">107</a> of file <a class="el" href="_c_i_s_v_a_p_i_base_8h-source.html">CISVAPIBase.h</a>.</p> |
|
42 <hr><h2>Member Function Documentation</h2> |
|
43 <a class="anchor" name="2a5e16cb8fd3d95b81b1a894c6fe48d6"></a><!-- doxytag: member="MExecController::Terminate" ref="2a5e16cb8fd3d95b81b1a894c6fe48d6" args="()=0" --> |
|
44 <div class="memitem"> |
|
45 <div class="memproto"> |
|
46 <table class="memname"> |
|
47 <tr> |
|
48 <td class="memname">virtual void MExecController::Terminate </td> |
|
49 <td>(</td> |
|
50 <td class="paramname"> </td> |
|
51 <td> ) </td> |
|
52 <td width="100%"><code> [pure virtual]</code></td> |
|
53 </tr> |
|
54 </table> |
|
55 </div> |
|
56 <div class="memdoc"> |
|
57 |
|
58 <p> |
|
59 End execution of the program, stop the active scheduler making sure all outstanding requests have been cancelled. |
|
60 <p>Implemented in <a class="el" href="class_c_base_menu_async.html#2db995cefc1c45f18cb2fa10bf9d1a48">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#fb83228dd12054790cbf34be3f37a1bb">CBaseMenuSync</a>.</p> |
|
61 |
|
62 </div> |
|
63 </div><p> |
|
64 <a class="anchor" name="679d2e36ae9e07415cbdcfb63b4c6f42"></a><!-- doxytag: member="MExecController::GetTelObj" ref="679d2e36ae9e07415cbdcfb63b4c6f42" args="() const =0" --> |
|
65 <div class="memitem"> |
|
66 <div class="memproto"> |
|
67 <table class="memname"> |
|
68 <tr> |
|
69 <td class="memname">virtual CTelephony* MExecController::GetTelObj </td> |
|
70 <td>(</td> |
|
71 <td class="paramname"> </td> |
|
72 <td> ) </td> |
|
73 <td width="100%"> const<code> [pure virtual]</code></td> |
|
74 </tr> |
|
75 </table> |
|
76 </div> |
|
77 <div class="memdoc"> |
|
78 |
|
79 <p> |
|
80 Returns a pointer to the CTelephony Instance so member objects can make calls to the Etel 3rd Party API through the same object.<p> |
|
81 <dl class="return" compact><dt><b>Returns:</b></dt><dd>CTelephony pointer </dd></dl> |
|
82 |
|
83 <p>Implemented in <a class="el" href="class_c_base_menu_async.html#5791cf54d7993943f2a5b063e5cd2483">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#aaa99c2f5c5a3a2a1758f5d0dde3f88c">CBaseMenuSync</a>.</p> |
|
84 |
|
85 </div> |
|
86 </div><p> |
|
87 <a class="anchor" name="c86eecb3d6f41aa1469a455cd8f4816b"></a><!-- doxytag: member="MExecController::GConsole" ref="c86eecb3d6f41aa1469a455cd8f4816b" args="() const =0" --> |
|
88 <div class="memitem"> |
|
89 <div class="memproto"> |
|
90 <table class="memname"> |
|
91 <tr> |
|
92 <td class="memname">virtual CConsoleBase* MExecController::GConsole </td> |
|
93 <td>(</td> |
|
94 <td class="paramname"> </td> |
|
95 <td> ) </td> |
|
96 <td width="100%"> const<code> [pure virtual]</code></td> |
|
97 </tr> |
|
98 </table> |
|
99 </div> |
|
100 <div class="memdoc"> |
|
101 |
|
102 <p> |
|
103 Returns a pointer to the console instance so member objects can print to the console as required.<p> |
|
104 <dl class="return" compact><dt><b>Returns:</b></dt><dd>CConsoleBase pointer </dd></dl> |
|
105 |
|
106 <p>Implemented in <a class="el" href="class_c_base_menu_async.html#c6eb076d62ec6beaee688a25d7fb4f83">CBaseMenuAsync</a>, and <a class="el" href="class_c_base_menu_sync.html#165fab2c7b65d6b1865a77f77a98f201">CBaseMenuSync</a>.</p> |
|
107 |
|
108 </div> |
|
109 </div><p> |
|
110 <hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:08 2010 for TB10.1 Example Applications by |
|
111 <a href="http://www.doxygen.org/index.html"> |
|
112 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> |
|
113 </body> |
|
114 </html> |