Skip to content

Commit

Permalink
Deploying to gh-pages from @ ec3b6de πŸš€
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Feb 27, 2024
1 parent ca5eb57 commit 3843c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d9/da6/net__common_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a2922af172f2e95bc73bd0675
</tr>
</table>
</div><div class="memdoc">
<p>Byte identifying a timestamped message to forward to another federate. The next two bytes will be the ID of the destination reactor port. The next two bytes are the destination federate ID. The four bytes after that will be the length of the message. The next eight bytes will be the timestamp of the message. The next four bytes will be the microstep of the message. The remaining bytes are the message.</p>
<p>Byte identifying a timestamped message to forward to another federate. The next two bytes will be the ID of the destination reactor port. The next two bytes are the destination federate ID. The four bytes after that will be the length of the message (as an unsigned 32-bit int). The next eight bytes will be the timestamp of the message. The next four bytes will be the microstep of the message. The remaining bytes are the message.</p>
<p>With centralized coordination, all such messages flow through the RTI. With decentralized coordination, tagged messages are sent peer-to-peer between federates and are marked with MSG_TYPE_P2P_TAGGED_MESSAGE. </p>

</div>
Expand Down

0 comments on commit 3843c98

Please sign in to comment.