1 #ifndef find_calibration_range_utils
2 #define find_calibration_range_utils
6 extern std::string
find_file(
void* BDIR,
void* TDIR,
void* SPEC);
8 #endif // find_calibration_range_utils
std::string str_from_epics(void *raw_rec)
Extracts a std::string from an epics aSubRecord.
std::string find_file(void *BDIR, void *TDIR, void *SPEC)
Finds the directory to the table file.
std::vector< std::string > getNextLineAndSplitOnComma(std::ifstream &str)
Gets the next line of an input stream and splits on a comma.