Home
last modified time | relevance | path

Searched refs:attributeHandleSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/hla/
H A DRTI13ObjectInstance.cxx253 attributeHandleSet->add(getAttributeHandle(*i)); in requestObjectAttributeValueUpdate()
255 if (!attributeHandleSet->size()) in requestObjectAttributeValueUpdate()
292 size_t numAttribs = attributeHandleSet.size(); in provideAttributeValueUpdate()
294 unsigned index = getAttributeIndex(attributeHandleSet[i]); in provideAttributeValueUpdate()
406 size_t numAttribs = attributeHandleSet.size(); in attributesInScope()
408 RTI::AttributeHandle attributeHandle = attributeHandleSet[i]; in attributesInScope()
416 size_t numAttribs = attributeHandleSet.size(); in attributesOutOfScope()
418 RTI::AttributeHandle attributeHandle = attributeHandleSet[i]; in attributesOutOfScope()
426 size_t numAttribs = attributeHandleSet.size(); in turnUpdatesOnForObjectInstance()
428 RTI::AttributeHandle attributeHandle = attributeHandleSet[i]; in turnUpdatesOnForObjectInstance()
[all …]
H A DRTI13Ambassador.hxx70 …bjectClass(const RTI::ObjectClassHandle& handle, const RTI::AttributeHandleSet& attributeHandleSet) in publishObjectClass() argument
71 { _rtiAmbassador.publishObjectClass(handle, attributeHandleSet); } in publishObjectClass()
80 …nst RTI::ObjectClassHandle& handle, const RTI::AttributeHandleSet& attributeHandleSet, bool active) in subscribeObjectClassAttributes() argument
81 …{ _rtiAmbassador.subscribeObjectClassAttributes(handle, attributeHandleSet, active ? RTI::RTI_TRUE… in subscribeObjectClassAttributes()
110 …buteValueUpdate(const RTI::ObjectHandle& handle, const RTI::AttributeHandleSet& attributeHandleSet) in requestObjectAttributeValueUpdate() argument
111 { _rtiAmbassador.requestObjectAttributeValueUpdate(handle, attributeHandleSet); } in requestObjectAttributeValueUpdate()
112 …alueUpdate(const RTI::ObjectClassHandle& handle, const RTI::AttributeHandleSet& attributeHandleSet) in requestClassAttributeValueUpdate() argument
113 { _rtiAmbassador.requestClassAttributeValueUpdate(handle, attributeHandleSet); } in requestClassAttributeValueUpdate()
H A DRTI13ObjectClass.cxx104 …std::unique_ptr<RTI::AttributeHandleSet> attributeHandleSet(RTI::AttributeHandleSetFactory::create… in publish() local
110 attributeHandleSet->add(_attributeHandleVector[*i]); in publish()
113 _ambassador->publishObjectClass(_handle, *attributeHandleSet); in publish()
198 …std::unique_ptr<RTI::AttributeHandleSet> attributeHandleSet(RTI::AttributeHandleSetFactory::create… in subscribe() local
204 attributeHandleSet->add(_attributeHandleVector[*i]); in subscribe()
207 _ambassador->subscribeObjectClassAttributes(_handle, *attributeHandleSet, active); in subscribe()
H A DRTI13Federate.cxx412 …dleSetCallback(RTI::ObjectHandle objectHandle, const RTI::AttributeHandleSet& attributeHandleSet) : in AttributeHandleSetCallback() argument
415 RTI::ULong numAttribs = attributeHandleSet.size(); in AttributeHandleSetCallback()
418 _attributes.push_back(attributeHandleSet.getHandle(i)); in AttributeHandleSetCallback()