certi-devel
[Top][All Lists]
Advanced

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

[certi-devel] Problem with adding another class


From: Anant Padmanath Mudambi
Subject: [certi-devel] Problem with adding another class
Date: Fri, 6 May 2005 22:13:45 -0400 (EDT)

Hi,
I am trying to extend the billard example which comes with Certi, for a
class project. As part of this I added a new federate called
Pocket. But the updates sent by federates of this type are never received
by the other federates. So if I run a Billard federate and a Pocket
federate, the Pocket gets updates from the Billard and shows the moving
ball on its display but the Billard does not and the pocket does not show
up in its display. With a lot of debugging I figured out that when a
Pocket federate sends an update a UPDATE_ATTRIBUTES_VALUE goes out of the
RTIA and is received by the RTIG, but in the function 
ObjectClass::broadcastClassMessage()
the line
ocbList->message->objectClass = handle;
shows a segmentation fault, although since the exception is not caught
the federation runs.
Do you know why this is happening. I think I am publishing and subscribing
the right objects.

Thank you,
Anant.




reply via email to

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