Esempio n. 1
0
bool DataPlot::qt_invoke( int _id, QUObject* _o )
{
    switch ( _id - staticMetaObject()->slotOffset() ) {
    case 0: setTimerInterval((double)static_QUType_double.get(_o+1)); break;
    case 1: toggleAcquire(); break;
    default:
	return QwtPlot::qt_invoke( _id, _o );
    }
    return TRUE;
}
Esempio n. 2
0
void YarpScope::PortReader::toggleAcquire()
{
    toggleAcquire(!mPriv->acquire);
}
Esempio n. 3
0
YarpScope::PortReader::PortReader() :
    mPriv(new Private(this))
{
    toggleAcquire(true);
}