Home
last modified time | relevance | path

Searched refs:INDI_BLOB (Results 1 – 18 of 18) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/libs/indibase/
H A Dindiproperty.cpp75 case INDI_BLOB: in ~Property()
134 case INDI_BLOB: in getName()
156 case INDI_BLOB: in getLabel()
179 case INDI_BLOB: in getGroupName()
201 case INDI_BLOB: in getDeviceName()
221 case INDI_BLOB: in getTimestamp()
240 case INDI_BLOB: in getState()
257 case INDI_BLOB: in getPermission()
298 if (pType == INDI_BLOB) in getBLOB()
H A Dbasedevice.cpp95 return static_cast<IBLOBVectorProperty *>(getRawProperty(name, INDI_BLOB)); in getBLOB()
144 case INDI_BLOB: in getPropertyState()
197 case INDI_BLOB: in getPropertyPermission()
266 case INDI_BLOB: in getRawProperty()
337 case INDI_BLOB: in getProperty()
412 case INDI_BLOB: in removeProperty()
879 indiProp->setType(INDI_BLOB); in buildProp()
1314 else if (type == INDI_BLOB) in registerProperty()
1318 if ((pContainer = getProperty(bvp->name, INDI_BLOB)) != nullptr) in registerProperty()
H A Dindibasetypes.h27 INDI_BLOB, /*!< IBLOBVectorProperty. */ enumerator
H A Ddefaultdevice.cpp139 case INDI_BLOB: in saveAllConfigItems()
753 case INDI_BLOB: in ISGetProperties()
823 case INDI_BLOB: in resetProperties()
1017 registerProperty(bvp, INDI_BLOB); in defineBLOB()
/dports/devel/indi/indi-1.9.1/libs/indibase/property/
H A Dindiproperty.cpp60 , type(property ? INDI_BLOB : INDI_UNKNOWN) in PropertyPrivate()
95 …case INDI_BLOB: { auto property = static_cast<PropertyView<IBLOB> *>(d->property); CODE } brea…
201 case INDI_BLOB: return "INDI_BLOB"; in getTypeAsString()
407 if (d->type == INDI_BLOB) in getBLOB()
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindibasetypes.h27 INDI_BLOB, /*!< IBLOBVectorProperty. */ enumerator
H A Dbasedevice.cpp105 return static_cast<PropertyView<IBLOB> *>(getRawProperty(name, INDI_BLOB)); in getBLOB()
939 registerProperty(property, INDI_BLOB); in registerProperty()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dclientmanager.cpp100 if (prop.getType() == INDI_BLOB && prop.getPermission() != IP_WO) in newProperty()
120 …if (blobManagers.empty() == false && prop->getType() == INDI_BLOB && prop->getPermission() != IP_W… in removeProperty()
H A Dindiproperty.cpp155 case INDI_BLOB: in initGUI()
544 case INDI_BLOB: in processSetButton()
H A Dindistd.cpp930 case INDI_BLOB: in setJSONProperty()
967 case INDI_BLOB: in getJSONProperty()
H A Dindidbus.cpp170 case INDI_BLOB: in getProperties()
H A Dclientmanagerlite.cpp920 case INDI_BLOB: in newProperty()
/dports/devel/indi/indi-1.9.1/test/core/
H A Dtest_property_class.cpp170 p.setType(INDI_BLOB); in TEST()
/dports/devel/indi/indi-1.9.1/libs/indibase/alignment/
H A DMapPropertiesToInMemoryDatabase.cpp41 pTelescope->registerProperty(&AlignmentPointSetPrivateBinaryDataV, INDI_BLOB); in InitProperties()
/dports/devel/indi/indi-1.9.1/
H A Dindidriver.c61 INDI_BLOB, enumerator
806 case INDI_BLOB: in dispatch()
1730 rosc_add_unique(bvp->name, bvp->device, bvp->p, bvp, INDI_BLOB); in IDDefBLOBVA()
/dports/astro/stellarium/stellarium-0.21.3/src/external/libindi/
H A Dindidriver.c52 INDI_BLOB, enumerator
955 case INDI_BLOB: in dispatch()
2016 SC->type = INDI_BLOB; in IDDefBLOB()
/dports/astro/phd2/phd2-2.6.10/
H A Dcam_indi.cpp396 if (Proptype == INDI_BLOB) in newProperty()
H A Dindi_gui.cpp328 case INDI_BLOB: in BuildPropWidget()