Skip to content

Commit d598c1b

Browse files
committed
deploy: dc24736
1 parent 639c1d7 commit d598c1b

23 files changed

Lines changed: 29 additions & 26 deletions

master/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f4ef2990f1ff6fa13bb2081055f34b11
3+
config: 1b251e56379a10d5f89570315d397483
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
4.09 KB
Binary file not shown.

master/_modules/epicsdbbuilder/recordbase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>epicsdbbuilder.recordbase &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>epicsdbbuilder.recordbase &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Overview: module code &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>Overview: module code &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/asyncio_dispatcher.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.asyncio_dispatcher &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>softioc.asyncio_dispatcher &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/builder.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.builder &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>softioc.builder &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />
@@ -353,20 +353,23 @@ <h1>Source code for softioc.builder</h1><div class="highlight"><pre>
353353

354354
<span class="n">fields</span><span class="o">.</span><span class="n">setdefault</span><span class="p">(</span><span class="s1">&#39;initial_value&#39;</span><span class="p">,</span> <span class="s1">&#39;&#39;</span><span class="p">)</span>
355355
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;_wf_nelm&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">length</span>
356-
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;_wf_dtype&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">numpy</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s1">&#39;uint8&#39;</span><span class="p">)</span>
356+
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;_wf_dtype&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">numpy</span><span class="o">.</span><span class="n">dtype</span><span class="p">(</span><span class="s1">&#39;int8&#39;</span><span class="p">)</span>
357357

358358
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;NELM&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="n">length</span>
359-
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;FTVL&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;UCHAR&#39;</span>
359+
<span class="n">fields</span><span class="p">[</span><span class="s1">&#39;FTVL&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;CHAR&#39;</span>
360360

361+
<span class="k">def</span> <span class="nf">qform_string</span><span class="p">(</span><span class="n">rec</span><span class="p">):</span>
362+
<span class="n">rec</span><span class="o">.</span><span class="n">add_info</span><span class="p">(</span><span class="s2">&quot;Q:form&quot;</span><span class="p">,</span> <span class="s2">&quot;String&quot;</span><span class="p">)</span>
363+
<span class="k">return</span> <span class="n">rec</span>
361364

362365
<div class="viewcode-block" id="longStringIn"><a class="viewcode-back" href="../../reference/api.html#softioc.builder.longStringIn">[docs]</a><span class="k">def</span> <span class="nf">longStringIn</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">):</span>
363366
<span class="n">_long_string</span><span class="p">(</span><span class="n">fields</span><span class="p">)</span>
364367
<span class="n">_set_in_defaults</span><span class="p">(</span><span class="n">fields</span><span class="p">)</span>
365-
<span class="k">return</span> <span class="n">PythonDevice</span><span class="o">.</span><span class="n">long_stringin</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">)</span></div>
368+
<span class="k">return</span> <span class="n">qform_string</span><span class="p">(</span><span class="n">PythonDevice</span><span class="o">.</span><span class="n">long_stringin</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">))</span></div>
366369

367370
<div class="viewcode-block" id="longStringOut"><a class="viewcode-back" href="../../reference/api.html#softioc.builder.longStringOut">[docs]</a><span class="k">def</span> <span class="nf">longStringOut</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">):</span>
368371
<span class="n">_long_string</span><span class="p">(</span><span class="n">fields</span><span class="p">)</span>
369-
<span class="k">return</span> <span class="n">PythonDevice</span><span class="o">.</span><span class="n">long_stringout</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">)</span></div>
372+
<span class="k">return</span> <span class="n">qform_string</span><span class="p">(</span><span class="n">PythonDevice</span><span class="o">.</span><span class="n">long_stringout</span><span class="p">(</span><span class="n">name</span><span class="p">,</span> <span class="o">**</span><span class="n">fields</span><span class="p">))</span></div>
370373

371374

372375

master/_modules/softioc/device.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.device &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>softioc.device &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_modules/softioc/softioc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>softioc.softioc &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
6+
<title>softioc.softioc &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
77
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
88
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/theme_overrides.css" type="text/css" />

master/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '4.3.0+3.gc826477',
3+
VERSION: '4.3.0+6.gdc24736',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

master/explanations/asyncio-cothread-differences.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>What are the differences between asyncio and cothread? &mdash; pythonSoftIOC 4.3.0+3.gc826477 documentation</title>
7+
<title>What are the differences between asyncio and cothread? &mdash; pythonSoftIOC 4.3.0+6.gdc24736 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/theme_overrides.css" type="text/css" />

0 commit comments

Comments
 (0)