Skip to content

E3-1171: Allow possibility to disable reccaster

Simon Rose requested to merge disable_reccaster into master

This introduces an environment variable, E3_DISABLE_RECCASTER, that if set to YES, the reccaster will not be initialised.

The expectation is that this should be set in essioc with a line such as

epicsEnvSet E3_DISABLE_RECCASTER, YES

Merge request reports