<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> <title>Electrometers Library: CommunicationLink.h Source File</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.3.9.1 --> <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a></div> <div class="nav"> <a class="el" href="dir_000000.html">D:</a> / <a class="el" href="dir_000001.html">DeviceServerSrc</a> / <a class="el" href="dir_000002.html">ElectrometersLibrary</a> / <a class="el" href="dir_000003.html">include</a></div> <h1>CommunicationLink.h</h1><div class="fragment"><pre class="fragment">00001 <span class="comment">// ============================================================================</span> 00002 <span class="comment">//</span> 00003 <span class="comment">// = CONTEXT</span> 00004 <span class="comment">// TANGO Project - Keithley Electrometer Support Library</span> 00005 <span class="comment">//</span> 00006 <span class="comment">// = FILENAME</span> 00007 <span class="comment">// CommunicationLink.h</span> 00008 <span class="comment">//</span> 00009 <span class="comment">// = AUTHOR</span> 00010 <span class="comment">// X. Elattaoui</span> 00011 <span class="comment">//</span> 00012 <span class="comment">//</span> 00013 <span class="comment">// $Author: stephle $</span> 00014 <span class="comment">//</span> 00015 <span class="comment">// $Revision: 1.1 $</span> 00016 <span class="comment">//</span> 00017 <span class="comment">// $Log: not supported by cvs2svn $ 00017 <span class="comment">// Revision 1.1 2006/12/01 14:56:41 elattaoui 00017 <span class="comment">// xavier : 00017 <span class="comment">// Doxygen doc added 00017 <span class="comment">//</span> 00018 <span class="comment">//</span> 00019 <span class="comment">// ============================================================================</span> 00020 00021 <span class="preprocessor">#ifndef _COMMUNICATION_LINK_H_</span> 00022 <span class="preprocessor"></span><span class="preprocessor">#define _COMMUNICATION_LINK_H_</span> 00023 <span class="preprocessor"></span> 00024 <span class="preprocessor">#include <string></span> 00025 00026 <span class="comment">// ============================================================================</span> 00027 <span class="comment">// DEPENDENCIES</span> 00028 <span class="comment">// ============================================================================</span> 00029 00030 <a name="l00043"></a><a class="code" href="class_communication_link.html">00043</a> <span class="keyword">class </span><a class="code" href="class_communication_link.html">CommunicationLink</a> 00044 { 00045 <span class="keyword">public</span> : 00046 00050 <a class="code" href="class_communication_link.html">CommunicationLink</a> (std::string& communication_link_name); 00051 00055 <span class="keyword">virtual</span> ~<a class="code" href="class_communication_link.html">CommunicationLink</a> (<span class="keywordtype">void</span>); 00056 00062 <span class="keyword">virtual</span> <span class="keywordtype">void</span> write(std::string) = 0; 00063 00069 <span class="keyword">virtual</span> std::string read(<span class="keywordtype">void</span>) = 0; 00070 00076 <span class="keyword">virtual</span> std::string write_read(std::string cmd_to_send) = 0; 00077 00078 <span class="keyword">protected</span> : 00079 std::string _communication_Device_name; 00080 00081 }; 00082 <span class="comment">//- end addtogroup</span> 00084 00085 <span class="preprocessor">#endif // _COMMUNICATION_LINK_H_</span> </pre></div><hr size="1"><address style="align: right;"><small>Generated on Fri Dec 1 15:32:18 2006 for Electrometers Library by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address> </body> </html>