certi-devel
[Top][All Lists]
Advanced

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

[certi-dev] problems reading the fed file


From: Michael Raab
Subject: [certi-dev] problems reading the fed file
Date: Wed, 23 Apr 2008 14:47:21 +0200


Hi again,

another problem to discuss, not sure whether this is a bug!

I tried create a federation with a fed file including the following interaction classes:

(class StartPart reliable timestamp
   (parameter ModelName)
   (parameter TimeStamp)
)
(class FinishPart reliable timestamp
   (parameter modelName)
   (parameter timeStamp)
   (parameter test)
)

The rtig and rtia debug consoles show that they've read the following structure:

(class StartPart reliable timestamp
           (parameter ModelName)
           (parameter ModelName)
       )
       (class FinishPart reliable timestamp
            (parameter modelName)
            (parameter modelName)
          (parameter test)
       )

They read a wrong parameter name for the second interaction parameters. Any idea?
I've attached the original fed file.

kind regards,
Michael



Attachment: TestFed.fed
Description: Binary data


reply via email to

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