mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
cleaning and new functions
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef FILELOG_MAX_LEVEL
|
||||
#define FILELOG_MAX_LEVEL logINFO
|
||||
#define FILELOG_MAX_LEVEL logDEBUG1
|
||||
#endif
|
||||
|
||||
|
||||
|
@ -6,9 +6,11 @@ namespace sls {
|
||||
std::string MacAddrToString(uint64_t mac);
|
||||
uint64_t MacStringToUint(std::string mac);
|
||||
|
||||
uint32_t IpStringToUint(const char* ipstr);
|
||||
std::string IpToString(uint32_t ip);
|
||||
uint32_t IpStringToUint(const char *ipstr);
|
||||
|
||||
uint32_t HostnameToIp(const char *const hostname);
|
||||
std::string IpToString(uint32_t ip);
|
||||
std::string IpToHexString(uint32_t ip);
|
||||
|
||||
uint32_t HostnameToIp(const char *hostname);
|
||||
|
||||
} // namespace sls
|
||||
|
Reference in New Issue
Block a user