Squashed 'DCPlugin/' changes from 37f0012..ef48301
ef48301 Added dc_updatePrinterTemplate 5f7d34e implemented dc_updatePrinterTemplate 863e4b2 Added dc_updatePrinterTemplate git-subtree-dir: DCPlugin git-subtree-split: ef48301dad80ebce3db4764613bb7f183ef69485
This commit is contained in:
		@@ -143,6 +143,10 @@ public:
 | 
			
		||||
 | 
			
		||||
    bool dc_updateDC(QString binFileName, QString baudrate,
 | 
			
		||||
                     QString comPort) const override;
 | 
			
		||||
    
 | 
			
		||||
    bool dc_updatePrinterTemplate(enum FileTypeJson type,
 | 
			
		||||
                                  int templateNr,
 | 
			
		||||
                                  QString const &fname) const override;
 | 
			
		||||
 | 
			
		||||
    // ------------------------------------------------------------------------------
 | 
			
		||||
    // Level 1, control device-controller (functions of µC)
 | 
			
		||||
 
 | 
			
		||||
@@ -305,6 +305,10 @@ public:
 | 
			
		||||
                             QString baudrate,
 | 
			
		||||
                             QString comPort) const = 0;
 | 
			
		||||
        // download binary file down into device controller
 | 
			
		||||
 | 
			
		||||
    virtual bool dc_updatePrinterTemplate(enum FileTypeJson type,
 | 
			
		||||
                                          int templateNr,
 | 
			
		||||
                                          QString const &fname) const = 0;
 | 
			
		||||
                       
 | 
			
		||||
    virtual void dc_autoRequest(bool on)  const =0;
 | 
			
		||||
        // on = true:  select that all READ-Requests are sent automatically 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user