certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-dev] Ownership management


From: Tim.Rambau
Subject: [certi-dev] Ownership management
Date: Thu, 24 Jan 2013 09:41:58 +0000

Hi all!

I try to transfer the ownership of all attributes of one object from one 
federate to another.

It works quite well like this:
Federate A -> registerObjectInstance()
Federate B -> attributeOwnershipAcquisition()  -> Federate A -> 
requestAttributeOwnershipRelease()
Federate A -> attributeOwnershipReleaseResponse() -> Federate B -> 
attributeOwnershipAcquisitionNotification()

But if a new Federate C  joins in and calls 
requestObjectAttributeValueUpdate(), the old owner Federate A is called with 
provideAttributeValueUpdate() and not the new owner Federate B...

Is this a bug or a feature? ;-)

Thanks for your help!
Tim.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]