Files
gitea-pages/software/CSDataQuick/docs/csdataquick-cpp.html
T
2025-07-08 08:18:09 +02:00

103 lines
5.2 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- csdataquick-cpp.qdoc -->
<title>CSDataQuick C++ Classes | CSDataQuick Documentation 1.2</title>
<link rel="stylesheet" type="text/css" href="style/online.css" />
<script type="text/javascript">
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-24645639-4', 'qt.io');
ga('set', 'forceSSL', true);
ga('send', 'pageview');
</script>
</head>
<body>
<div class="header" id="header">
<header id="navbar" class="">
</header>
</div>
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul class="sub-navigation">
<li><a href="../../CSDataQuick.html">Home</a></li>
<li><a href="../docs.html" class="active">Documentation</a></li>
<li><a href="http://github.com/xiaoqiangwang/CSDataQuick/">Code</a></li>
<li><a href="https://github.com/xiaoqiangwang/CSDataQuick/issues/">Bug Reports</a></li>
</ul>
<div id="main_title_bar">
<h1>CSDataQuick Documentation</h1>
<div class="search_bar">
<script>
(function() {
var cx = '001693341472456439948:u9v0snkru3q';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only resultsUrl="search-results.html"></gcse:searchbox-only>
</div></div>
<ul>
<li><a href="index.html">CSDataQuick Documentation</a></li>
<li>CSDataQuick C++ Classes</li>
</ul>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="csdataquick-cpp.html#csdata">CSData</a></li>
<li class="level1"><a href="csdataquick-cpp.html#display-file-parser">Display File Parser</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<div class="context">
<h1 class="title">CSDataQuick C++ Classes</h1>
<span class="subtitle"></span>
<!-- $$$csdataquick-cpp.html-description -->
<div class="descr"> <a name="details"></a>
<a name="csdata"></a>
<h2 id="csdata">CSData</h2>
<p><a href="qcsdata.html">QCSData</a> provides the abstract of any control system data. Upon creation or <a href="qcsdata.html#source-prop">QCSData::source</a> change, <a href="qcsdataenginemanager.html">QCSDataEngineManager</a> will look for the registered <a href="qcsdataengine.html">QCSDataEngine</a> reponsible for this type of data. The data engine will connect to the control system and fill the data object if successful.</p>
<p>The data engines are implemented using plugins. Here is a list of supported data engines. <div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="qcsdataengineca.html">QCSDataEngineCA</a></p></td><td class="tblDescr"><p>Connect to EPICS process variables (PV) via Channel Access (CA)</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="qcsdataenginelocal.html">QCSDataEngineLocal</a></p></td><td class="tblDescr"><p>User configurable data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qcsdataenginesim.html">QCSDataEngineSim</a></p></td><td class="tblDescr"><p>Simulation data produced by math functions</p></td></tr>
</table></div>
</p>
<a name="display-file-parser"></a>
<h2 id="display-file-parser">Display File Parser</h2>
<p>Different display files can be parsed through <a href="qcsparser.html">QCSParser</a> interface and converted to the equivalent display in QML.</p>
<p>The various parsers are implemented using plugins and loaded by <a href="qcsparsermanager.html">QCSParserManager</a>. Here is a list of supported parsers. <div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="adlparser.html">ADLParser</a></p></td><td class="tblDescr"><p>Parse MEDM ADL files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="edlparser.html">EDLParser</a></p></td><td class="tblDescr"><p>Parse EDM (Extensible Display Manager) files</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="qmlparser.html">QMLParser</a></p></td><td class="tblDescr"><p>Parse CSDataQuick QML files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="uiparser.html">UIParser</a></p></td><td class="tblDescr"><p>Parse caQtDM UI files</p></td></tr>
</table></div>
</p>
</div>
<!-- @@@csdataquick-cpp.html -->
</div>
</div>
</div>
</div>
</div>
<div class="footer">Copyright (C) 2012-2021 Xiaoqiang Wang, Paul Scherrer Institute.</div>
</body>
</html>