aboutsummaryrefslogtreecommitdiff
path: root/doc/pvauthor_html/pv__engine__observer_8h_source.html
blob: a30e8c6193f2944fcb42ce9a89e888c1d9e799d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>pvauthor_engine: pv_engine_observer.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>pv_engine_observer.h</h1><a href="pv__engine__observer_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00002"></a>00002 <span class="preprocessor">#ifndef PV_ENGINE_OBSERVER_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="preprocessor">#define PV_ENGINE_OBSERVER_H_INCLUDED</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span>
<a name="l00005"></a>00005 <span class="preprocessor">#ifndef PV_ENGINE_OBSERVER_MESSAGE_H_INCLUDED</span>
<a name="l00006"></a>00006 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="pv__engine__observer__message_8h.html">pv_engine_observer_message.h</a>&quot;</span>
<a name="l00007"></a>00007 <span class="preprocessor">#endif</span>
<a name="l00008"></a>00008 <span class="preprocessor"></span>
<a name="l00020"></a><a class="code" href="classPVErrorEventObserver.html">00020</a> <span class="keyword">class </span><a class="code" href="classPVErrorEventObserver.html">PVErrorEventObserver</a>
<a name="l00021"></a>00021 {
<a name="l00022"></a>00022     <span class="keyword">public</span>:
<a name="l00028"></a>00028         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPVErrorEventObserver.html#a9dcb55f1ed317925b4651b4a67d31af2">HandleErrorEvent</a>(<span class="keyword">const</span> <a class="code" href="classPVAsyncErrorEvent.html">PVAsyncErrorEvent</a>&amp; aEvent) = 0;
<a name="l00029"></a>00029         <span class="keyword">virtual</span> <a class="code" href="classPVErrorEventObserver.html#a216a3100f1471cf13d45af08deeba25a">~PVErrorEventObserver</a>() {}
<a name="l00030"></a>00030 };
<a name="l00031"></a>00031 
<a name="l00043"></a><a class="code" href="classPVInformationalEventObserver.html">00043</a> <span class="keyword">class </span><a class="code" href="classPVInformationalEventObserver.html">PVInformationalEventObserver</a>
<a name="l00044"></a>00044 {
<a name="l00045"></a>00045     <span class="keyword">public</span>:
<a name="l00051"></a>00051         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPVInformationalEventObserver.html#a353b4a17afa423543d40afd9b61125bd">HandleInformationalEvent</a>(<span class="keyword">const</span> <a class="code" href="classPVAsyncInformationalEvent.html">PVAsyncInformationalEvent</a>&amp; aEvent) = 0;
<a name="l00052"></a><a class="code" href="classPVInformationalEventObserver.html#a2ba3b89e4afae6d5cc76a807e0e4065a">00052</a>         <span class="keyword">virtual</span> <a class="code" href="classPVInformationalEventObserver.html#a2ba3b89e4afae6d5cc76a807e0e4065a">~PVInformationalEventObserver</a>() {}
<a name="l00053"></a>00053 };
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 
<a name="l00068"></a><a class="code" href="classPVCommandStatusObserver.html">00068</a> <span class="keyword">class </span><a class="code" href="classPVCommandStatusObserver.html">PVCommandStatusObserver</a>
<a name="l00069"></a>00069 {
<a name="l00070"></a>00070     <span class="keyword">public</span>:
<a name="l00076"></a>00076         <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classPVCommandStatusObserver.html#ad21b549c3a951188c94879508fae3e47">CommandCompleted</a>(<span class="keyword">const</span> <a class="code" href="classPVCmdResponse.html">PVCmdResponse</a>&amp; aResponse) = 0;
<a name="l00077"></a><a class="code" href="classPVCommandStatusObserver.html#a62745a813cd64bb9a21b8ee4638cd316">00077</a>         <span class="keyword">virtual</span> <a class="code" href="classPVCommandStatusObserver.html#a62745a813cd64bb9a21b8ee4638cd316">~PVCommandStatusObserver</a>() {}
<a name="l00078"></a>00078 };
<a name="l00079"></a>00079 
<a name="l00080"></a>00080 <span class="preprocessor">#endif // PV_ENGINE_OBSERVER_H_INCLUDED</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span>
<a name="l00082"></a>00082 
<a name="l00083"></a>00083 
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>PV Author Engine</small>
<address style="align: left;"><small>Posting Version: CORE_9.002.1.1 </small>
</small></address>
</body>
</html>