9 #ifndef STREAMINTERFACE_H    10 #define STREAMINTERFACE_H virtual XsResultValue setTimeout(uint32_t ms)=0
Set the read/write timeout to ms A timeout of 0 means non-blocking operation of writeData() and readD...
 
virtual uint32_t getTimeout(void) const =0
The timeout used for read/write operations. 
 
XsResultValue
Xsens result values. 
 
#define XSENS_DISABLE_COPY(className)
Add this macro to the start of a class definition to prevent automatic creation of copy functions...
 
StreamInterface()
Create a stream interface. 
 
~StreamInterface()
Destroy the stream interface. 
 
An abstract IO interface. 
 
unsigned __int32 uint32_t