FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lua/luaApp/src/luaSupport.dbd at master · epics-modules/lua · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
epics-modules
/
lua
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
7
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
lua
/
luaApp
/
src
/
luaSupport.dbd
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (21 loc) · 762 Bytes
Breadcrumbs
lua
/
luaApp
/
src
/
luaSupport.dbd
Copy path
File metadata and controls
23 lines (21 loc) · 762 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include "luascriptRecord.dbd"
device(luascript, CONSTANT, devLuaSoft, "Soft Channel")
device(ai, INST_IO, devLuaAi, "lua")
device(ao, INST_IO, devLuaAo, "lua")
device(bi, INST_IO, devLuaBi, "lua")
device(bo, INST_IO, devLuaBo, "lua")
device(mbbi, INST_IO, devLuaMbbi, "lua")
device(mbbo, INST_IO, devLuaMbbo, "lua")
device(longin, INST_IO, devLuaLongin, "lua")
device(longout, INST_IO, devLuaLongout, "lua")
device(stringin, INST_IO, devLuaStringin, "lua")
device(stringout, INST_IO, devLuaStringout, "lua")
registrar(luashRegister)
registrar(libosiRegister)
registrar(libasynRegister)
registrar(libepicsRegister)
registrar(libdatabaseRegister)
registrar(portDriverRegister)
registrar(liblpegRegister)
registrar(libeventRegister)
registrar(libseqRegister)
Back
|
FazBrowse Home
|
New Git URL