small change
This commit is contained in:
parent
fcd8209194
commit
a7bd71e896
|
@ -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
|
||||||
|
|
4
macro.h
4
macro.h
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user