forked from epics_driver_modules/require
add record with module origin (source repo and git hash)
This commit is contained in:
@@ -32,3 +32,12 @@ record (stringin, "$(IOC):$(MODULE)_VERS")
|
||||
field (PINI, "YES")
|
||||
field (ASG, "READONLY")
|
||||
}
|
||||
|
||||
record (waveform, "$(IOC):$(MODULE)_ORIGIN")
|
||||
{
|
||||
field (DESC, "Module $(MODULE) origin")
|
||||
field (FTVL, "CHAR")
|
||||
field (NELM, "$(ORIGIN_SIZE=1)")
|
||||
field (PINI, "YES")
|
||||
field (ASG, "READONLY")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user