We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ac639 commit 052a08bCopy full SHA for 052a08b
softioc/fields.py
@@ -43,19 +43,6 @@
43
DBF_NOACCESS: c_void_p,
44
}
45
46
-# Mapping from basic DBR_ codes to DBF_ values
47
-DbrToDbfCode = {
48
- DBR_STRING: DBF_STRING,
49
- DBR_SHORT: DBF_SHORT,
50
- DBR_FLOAT: DBF_FLOAT,
51
- DBR_ENUM: DBF_ENUM,
52
- DBR_CHAR: DBF_CHAR,
53
- DBR_LONG: DBF_LONG,
54
- # DBR_INT64: DBF_INT64, # TODO: the DBR_ definitions come from epicscorelibs.ca.dbr, but they don't define the 64 versions
55
- # DBR_UINT64: DBF_UINT64,
56
- DBR_DOUBLE: DBF_DOUBLE
57
-}
58
-
59
60
class RecordFactory(object):
61
def __init__(self, record_type, fields):
0 commit comments