major changes to monitor. Bug in Convert::copyScalar (change every break to rerurn); minor change to StandardPVField and queueVoid
This commit is contained in:
@@ -92,7 +92,7 @@ QueueElementVoid * QueueVoid::getFree()
|
||||
void QueueVoid::setUsed(QueueElementVoid *queueElement)
|
||||
{
|
||||
if(queueElement!=array[nextSetUsed++]) {
|
||||
throw std::logic_error(String("not correcect queueElement"));
|
||||
throw std::logic_error(String("not correct queueElement"));
|
||||
}
|
||||
numberUsed++;
|
||||
if(nextSetUsed>=number) nextSetUsed = 0;
|
||||
|
||||
Reference in New Issue
Block a user