| 
				
			 | 
			
			
				
				@@ -10,6 +10,12 @@ DI-145 additionally has a documented serial protocol which should make the 
			 | 
		
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				
				 hardware usable without the DATAQ SDK both on Microsoft Windows and on other 
			 | 
		
		
	
		
			
			| 
				11
			 | 
			
				11
			 | 
			
			
				
				 platforms for which there is a suitable serial driver. 
			 | 
		
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				13
			 | 
			
			
				
				+Originally the classes were surrounded with conditional compilation directives 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				14
			 | 
			
			
				
				+but moc failed to generate the appropriate meta-objects on Windows when this 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				15
			 | 
			
			
				
				+was done. The |DataqSdkDevice| and |DataqSdkDeviceImplementation| classes will 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				16
			 | 
			
			
				
				+truly only work on Microsoft Windows at this time. Attempts to use it elsewhere 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				17
			 | 
			
			
				
				+will not end well. 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				18
			 | 
			
			
				
				+ 
			 | 
		
		
	
		
			
			| 
				13
			 | 
			
				19
			 | 
			
			
				
				 @<Class declarations@>= 
			 | 
		
		
	
		
			
			| 
				14
			 | 
			
				20
			 | 
			
			
				
				 class DataqSdkDeviceImplementation; 
			 | 
		
		
	
		
			
			| 
				15
			 | 
			
				21
			 | 
			
			
				
				 class DataqSdkDevice : public QObject 
			 |