ISIS Logo
UTILITIES
EPICS Utilities
find_calibration_range_utils.h
Go to the documentation of this file.
1 #ifndef find_calibration_range_utils
2 #define find_calibration_range_utils
3 
4 extern std::vector<std::string> getNextLineAndSplitOnComma(std::ifstream& str);
5 extern std::string str_from_epics(void* raw_rec);
6 extern std::string find_file(void* BDIR, void* TDIR, void* SPEC);
7 
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.
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5