##// END OF EJS Templates
Protocole written but not tested yet.
Protocole written but not tested yet.

File last commit:

r3:66fd6489c66a default
r3:66fd6489c66a default
Show More
uprobe.cpp
21 lines | 326 B | text/x-c | CppLexer
kaveh
Init
r0 #include "uprobe.h"
UProbe::UProbe(QObject *parent) :
QObject(parent)
{
kaveh
Sync
r2
kaveh
Init
r0 }
kaveh
Sync
r2
bool UProbe::setPortName(const QString &name)
{
kaveh
Protocole written but not tested yet.
r3 /* TODO implement this function */
Q_UNUSED(name)
return false;
kaveh
Sync
r2 }
bool UProbe::setPortSpeed(int speed)
{
kaveh
Protocole written but not tested yet.
r3 /* TODO implement this function */
Q_UNUSED(speed)
return false;
kaveh
Sync
r2 }