small change

This commit is contained in:
splitPoleDAQ 2023-08-14 11:44:58 -04:00
parent fcd8209194
commit a7bd71e896
2 changed files with 3 additions and 3 deletions

View File

@ -573,7 +573,7 @@ void MainWindow::SaveLastRunFile(){
void MainWindow::OpenDigitizers(){ void MainWindow::OpenDigitizers(){
//sereach for digitizers //sereach for digitizers
LogMsg("Searching digitizers via optical link.....Please wait"); LogMsg("Searching digitizers via optical link or USB .....Please wait");
logMsgHTMLMode = false; logMsgHTMLMode = false;
nDigi = 0; nDigi = 0;
std::vector<std::pair<int, int>> portList; //boardID, portID std::vector<std::pair<int, int>> portList; //boardID, portID

View File

@ -1,8 +1,8 @@
#ifndef MACRO_H #ifndef MACRO_H
#define MACRO_H #define MACRO_H
#define MaxNPorts 4 #define MaxNPorts 4 //for optical link
#define MaxNBoards 4 #define MaxNBoards 4 //for both optical link and usb
#define MaxNDigitizer MaxNPorts * MaxNBoards #define MaxNDigitizer MaxNPorts * MaxNBoards