Bitstream Interpretation Library (BIL)  0.1
DeviceNameUtil.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 #ifndef BIL_DEVICENAMEUTIL_HPP
8 #define BIL_DEVICENAMEUTIL_HPP
9 
10 #include <string>
11 
12 
13 namespace bil {
14 
20  std::string removePackageAndSpeed(const char* deviceName);
21 
27  std::string removeSpeed(const char* deviceName);
28 
29 }
30 
31 #endif