openlvc / portico

Portico is an open source, cross-platform, fully supported HLA RTI implementation. Designed with modularity and flexibility in mind, Portico is a production-grade RTI for the Simulation and Training Community, so come say hi!

Home Page:http://www.porticoproject.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-stamped messages

EMostafaAli opened this issue · comments

I believe there is an issue with time-stamped messages in Portico. In the attached example I have two federates (fed1 & fed 2) where:

  1. fed1 is time regulating & publishing attribute "Size1"
  2. fed 2 is time constrained & subscribing to attribute "Size1"
  3. "Size1" is TimeStamp attribute

According to the standards, theses are the conditions required to send time-stamped messages. And when I test with Pitch RTI, Fed2 receives messages with time stamp.

However, when I test with portico, fed2 receives messages without time stamp.
FedSample.zip