23.06.2014 - PICodeParser, PICodeInfo, PIConnection, new binary "pip_cmg"
This commit is contained in:
6
piusb.h
6
piusb.h
@@ -100,8 +100,8 @@ public:
|
||||
int deviceNumber() const {return property("deviceNumber").toInt();}
|
||||
int timeoutRead() const {return property("timeoutRead").toInt();}
|
||||
int timeoutWrite() const {return property("timeoutWrite").toInt();}
|
||||
const PIUSB::Endpoint & endpointRead() {return ep_read;}
|
||||
const PIUSB::Endpoint & endpointWrite() {return ep_write;}
|
||||
const PIUSB::Endpoint & endpointRead() const {return ep_read;}
|
||||
const PIUSB::Endpoint & endpointWrite() const {return ep_write;}
|
||||
|
||||
const PIVector<PIUSB::Endpoint> & endpoints() const {return eps;}
|
||||
PIVector<PIUSB::Endpoint> endpointsRead();
|
||||
@@ -126,6 +126,8 @@ public:
|
||||
|
||||
void flush();
|
||||
|
||||
PIString constructFullPath() const;
|
||||
|
||||
protected:
|
||||
PIString fullPathPrefix() const {return "usb";}
|
||||
void configureFromFullPath(const PIString & full_path);
|
||||
|
||||
Reference in New Issue
Block a user