certi-devel
[Top][All Lists]
Advanced

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

Re: [certi-dev] RequestClassAttributeValueUpdate service


From: Eric Noulard
Subject: Re: [certi-dev] RequestClassAttributeValueUpdate service
Date: Thu, 30 Sep 2010 16:34:12 +0200

2010/9/30 Michael Raab <address@hidden>:
> Hi all,
>
> I got a runtime warning that the service RequestClassAttributeValueUpdate is
> not implemented yet. Looking into the code it seems that the appropriate
> method is written but not called. Instead a warning is generated.
> Is it simple mistake or is there a reason for not calling?

The code is called in libRTI (RTIambassador.cc)
then a message is sent to RTIA process
where the method is not implemented (RTIA_federate.cc)
thus the warning.

CERTI has a multi-process implementation for which many (but not all)
RTI services have to be handle at different places:

libRTI --> the HLA API
RTIA --> Local RTI component
RTIG --> Central RTI component

the full path of some service may be:

Federate1-->libRTI-->RTIA1-->RTIG
RTIG-->RTIA2-->libRTI-->Federate2

> warning comes from: RTIA_federate.cc line 582
> method is implemented at: RTIambassador.cc line 1381

This is a "incomplete" implementation, more work in RTIA and
may be RTIG needs to be done in order to implement the service.

Patch are welcomed :-]

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org



reply via email to

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