std-rs 0.9.2

Rust port of EPICS std module (epid, throttle, timestamp records)
Documentation
1
2
3
4
5
6
7
8
9
10
record(throttle, "$(P)$(THR)")
{
	field( DESC,  "throttle record")
        field( PREC,  "$(PREC=6)")
        field( DPREC, "$(DPREC=3)")
        field( OUT,   "$(OUT=)")
        field( DLY,   "$(DELAY=1.0)")
        field( DRVLH,  "$(DRVLH=0.0)")
        field( DRVLL,  "$(DRVLL=0.0)")
}