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
# FILE... autoShutter.req 
# MACROS...
#	P=Prefix
#       S=Shutter ID
#       T1=delay timer #, T2=open timer #
#       A=Alarm Clock #
file autoShutter_settings.req P=$(P),S=$(S)
file countDownTimer_settings.req P=$(P),N=$(T1)
file countDownTimer_settings.req P=$(P),N=$(T2)
file alarmClock_settings.req P=$(P),N=$(A)