Squashed 'DCPlugin/' changes from e5a8cfd..3e3e1ef
3e3e1ef Make sure the printer functions can be called without explicitly openeing the serial device. git-subtree-dir: DCPlugin git-subtree-split: 3e3e1efe7d77c71f0101f35c8b38419e877f5636
This commit is contained in:
		
							
								
								
									
										2498
									
								
								include/hwapi.h
									
									
									
									
									
								
							
							
						
						
									
										2498
									
								
								include/hwapi.h
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -310,12 +310,12 @@ public:
 | 
				
			|||||||
                                          QVector<int> templateIdx,
 | 
					                                          QVector<int> templateIdx,
 | 
				
			||||||
                                          QVector<QString> fnames,
 | 
					                                          QVector<QString> fnames,
 | 
				
			||||||
                                          QString br,
 | 
					                                          QString br,
 | 
				
			||||||
                                          QString serial) const = 0;
 | 
					                                          QString serial = QString()) const = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    virtual bool dc_printTemplate(enum FileTypeJson type,
 | 
					    virtual bool dc_printTemplate(enum FileTypeJson type,
 | 
				
			||||||
                                  QVector<int> templateIdx,
 | 
					                                  QVector<int> templateIdx,
 | 
				
			||||||
                                  QString br,
 | 
					                                  QString br,
 | 
				
			||||||
                                  QString serial) const = 0;
 | 
					                                  QString serial = QString()) const = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    virtual void dc_autoRequest(bool on)  const =0;
 | 
					    virtual void dc_autoRequest(bool on)  const =0;
 | 
				
			||||||
        // on = true:  select that all READ-Requests are sent automatically 
 | 
					        // on = true:  select that all READ-Requests are sent automatically 
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										7090
									
								
								src/hwapi.cpp
									
									
									
									
									
								
							
							
						
						
									
										7090
									
								
								src/hwapi.cpp
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user