After reimplementing the pmacV3 driver using the sinqMotor parent class,

quite some changes have accumulated. Besides various code changes, especially the documentation has
been improved.
This commit is contained in:
2024-11-20 11:29:20 +01:00
parent 89bbbedaee
commit 5502c39219
9 changed files with 603 additions and 108 deletions

9
db/asynRecord.db Executable file
View File

@ -0,0 +1,9 @@
record(asyn,"$(P)$(R)")
{
field(DTYP,"asynRecordDevice")
field(PORT,"$(PORT)")
field(ADDR,"$(ADDR)")
field(OMAX,"$(OMAX)")
field(IMAX,"$(IMAX)")
}