|
Back
Midas
Rome
Roody
Rootana
|
Midas DAQ System |
Not logged in |
|
|
13 Jan 2020, Peter Kunz, Forum, frontend issues with midas-2019-09
|
13 Jan 2020, Konstantin Olchanski, Forum, frontend issues with midas-2019-09
|
13 Jan 2020, Peter Kunz, Forum, frontend issues with midas-2019-09
|
14 Jan 2020, Stefan Ritt, Forum, frontend issues with midas-2019-09
|
14 Jan 2020, Stefan Ritt, Forum, frontend issues with midas-2019-09
|
13 Jan 2020, Konstantin Olchanski, Forum, frontend issues with midas-2019-09
|
|
Message ID: 1773
Entry time: 14 Jan 2020
In reply to: 1767
Reply to this: 1774
|
Author: |
Stefan Ritt |
Topic: |
Forum |
Subject: |
frontend issues with midas-2019-09 |
|
|
We updated midas/examples/experiment/frontend.cxx to correctly contain
/*-- Interrupt configuration ---------------------------------------*/
INT interrupt_configure(INT cmd, INT source, POINTER_T adr)
{
switch (cmd) {
case CMD_INTERRUPT_ENABLE:
break;
case CMD_INTERRUPT_DISABLE:
break;
case CMD_INTERRUPT_ATTACH:
break;
case CMD_INTERRUPT_DETACH:
break;
}
return SUCCESS;
}
but if you upgrade from C to C++ from your own old frontend code you might be hit by that issue.
Maybe Konstantin can update elog:1526 to contain a hint about "INT source".
Stefan |