All Classes Namespaces Files Functions Variables Enumerations Enumerator
libs/connection/isUsingComDriver.h
Go to the documentation of this file.
00001 #ifndef QRK_IS_USING_COM_DRIVER_H
00002 #define QRK_IS_USING_COM_DRIVER_H
00003 
00013 namespace qrk
00014 {
00027     bool isUsingComDriver(const char* com_port, const char* driver_name);
00028 }
00029 
00030 #endif /* !QRK_IS_USING_COM_DRIVER_H */