Example #1
0
void ISGetProperties(const char *dev)
{
    if (dev == nullptr)
    {
        dro1->ISGetProperties(dev);
        dro2->ISGetProperties(dev);
    }
    else if (!strcmp(dev, dro1->getDeviceName()))
        dro1->ISGetProperties(dev);
    else if (!strcmp(dev, dro2->getDeviceName()))
        dro2->ISGetProperties(dev);
}
Example #2
0
void ISGetProperties(const char* dev)
{
    try {
        starbook_driver->ISGetProperties(dev);
    }
    catch (std::exception &e) {
        log_exception(starbook_driver->getDeviceName(), e.what());
        throw e;
    }
}
Example #3
0
/**************************************************************************************
** Return properties of device->
***************************************************************************************/
void ISGetProperties(const char *dev)
{
    //IDLog("%s: get properties.", __FUNCTION__);
    mgenAutoguider->ISGetProperties(dev);
}
Example #4
0
void ISGetProperties(const char *dev)
{
        dome->ISGetProperties(dev);
}
Example #5
0
void ISGetProperties(const char *dev)
{
        focusSim->ISGetProperties(dev);
}
Example #6
0
void ISGetProperties(const char *dev)
{
        vantage->ISGetProperties(dev);
}
Example #7
0
void ISGetProperties(const char *dev)
{
    synscan->ISGetProperties(dev);
}
Example #8
0
void ISGetProperties(const char *dev)
{
    armplat->ISGetProperties(dev);
}
Example #9
0
void ISGetProperties(const char *dev)
{
    nstep->ISGetProperties(dev);
}
Example #10
0
void ISGetProperties(const char *dev)
{
    rainDetector->ISGetProperties(dev);
}
Example #11
0
void ISGetProperties(const char *dev)
{
    focusMaster->ISGetProperties(dev);
}
Example #12
0
void ISGetProperties(const char *dev)
{
    nFocus->ISGetProperties(dev);
}
Example #13
0
void ISGetProperties(const char *dev)
{
        wunderGround->ISGetProperties(dev);
}
Example #14
0
void ISGetProperties(const char *dev)
{
    baaderDome->ISGetProperties(dev);
}
void ISGetProperties(const char *dev)
{
        ISInit();
        indiRpialtimu->ISGetProperties(dev);
}
Example #16
0
void ISGetProperties(const char *dev)
{
         ffmvCCD->ISGetProperties(dev);
}
void ISGetProperties(const char *dev)
{
    telescope_sim->ISGetProperties(dev);
}
Example #18
0
void ISGetProperties(const char *dev)
{
    gpsd->ISGetProperties(dev);
}
Example #19
0
void ISGetProperties(const char *dev)
{
    qhycfw->ISGetProperties(dev);
}
Example #20
0
void ISGetProperties(const char *dev)
{
    gpGuide->ISGetProperties(dev);
}
Example #21
0
void ISGetProperties(const char *dev)
{
        temma->ISGetProperties(dev);
}
Example #22
0
void ISGetProperties(const char *dev)
{
    weatherMeta->ISGetProperties(dev);
}
Example #23
0
void ISGetProperties(const char *dev)
{
    lynxDriveF1->ISGetProperties(dev);
    lynxDriveF2->ISGetProperties(dev);
}
Example #24
0
void ISGetProperties(const char *dev)
{
    flipflat->ISGetProperties(dev);
}
Example #25
0
void ISGetProperties(const char *dev)
{
    Lacerta_mfoc->ISGetProperties(dev);
}
void ISGetProperties(const char *dev)
{
    shelyakEshel->ISGetProperties(dev);
}
Example #27
0
void ISGetProperties(const char *dev)
{
        xagylWheel->ISGetProperties(dev);
}
Example #28
0
void ISGetProperties(const char *dev)
{
    scope_script->ISGetProperties(dev);
}
Example #29
0
void ISGetProperties(const char *dev)
{
         moonLite->ISGetProperties(dev);
}
Example #30
0
void ISGetProperties(const char *dev)
{
    rollOff->ISGetProperties(dev);
}