/* Headers for some functions that can be used in state codes */ #include "seqCom.h" /* Small wrapper for getting a string out of a SNL MACRO. If the string value is "none", then the string is replaced by an empty string */ char* myMacValueGet( SS_ID ssId, char* name ); /* Checks if the pvName matches the regular expression */ int pvNameMatched( char* pvName, char* regexp ) ;