- Changes to amorset to make polarisation analysis work
- Added yet another monitor to POLDI
This commit is contained in:
@ -526,6 +526,8 @@ static void PoldiUpdate(pPolterdi self, SConnection * pCon)
|
||||
NXDputalias(hfil, hdict, "cntime", &fVal);
|
||||
lVal = GetMonitor(pCount, 1, pCon);
|
||||
NXDputalias(hfil, hdict, "cnmon1", &lVal);
|
||||
lVal = GetMonitor(pCount, 2, pCon);
|
||||
NXDputalias(hfil, hdict, "cnmon2", &lVal);
|
||||
eMode = GetCounterMode(pCount);
|
||||
if (eMode == eTimer) {
|
||||
strcpy(pBueffel, "timer");
|
||||
|
Reference in New Issue
Block a user