mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
working on removing undefined beaviour in configureMAC
This commit is contained in:
@ -35,4 +35,9 @@ Concatenate strings using + if the strings are different
|
||||
*/
|
||||
std::string concatenateIfDifferent(std::vector<std::string> container);
|
||||
|
||||
/*
|
||||
Convert an ip address string to a string in hex format. (removing dots)
|
||||
*/
|
||||
std::string stringIpToHex(const std::string& ip);
|
||||
|
||||
}; // namespace sls
|
||||
|
Reference in New Issue
Block a user