epics-modules / iocStats

EPICS IOC Status and Control
Other
12 stars 40 forks source link

Use epicsExitLater() #25

Closed mdavidsaver closed 6 years ago

mdavidsaver commented 7 years ago

Use epicsExitLater() if available. Prefer to use non-blocking epicsExitLater() to request IOC shutdown. This will eventually allow for IOCs to halt/join scan and server threads.

epicsExitLater() was added in Base 3.15.1.

Also add header guards, and travis-ci.org configuration for automatic build tests. https://travis-ci.org/mdavidsaver/iocStats

ralphlange commented 6 years ago

Thank you!