Skip to content
Snippets Groups Projects

Another bug fix to allow slow controls SDF to work without restricting it to a prefix

Merged Jonathan Hanks requested to merge jonathan-hanks/advligorts:casdf_no_prefix_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1999,7 +1999,7 @@ int readConfig( char *pref, ///< EPICS channel prefix from EPICS environment.
// Only 3 = no monit flag
// >=4 count be monit flag or string with quotes
// If 1st three chars match IFO ie checking this this line is not BURT header or channel marked RO
if(strncmp(s1,ifo,3) == 0 &&
if(
// Don't allow load of SWSTAT or SWMASK, which are set by this program.
strstr(s1,"_SWMASK") == NULL &&
strstr(s1,"_SDF_NAME") == NULL &&
Loading