Fix bug in ROS discovery data generation

The Payload Encapsulation was wrongly set to PL_CDR_BE
This commit is contained in:
Greek 2022-01-26 16:22:48 +01:00
parent f63fccdcc1
commit 39b7e6960a

View File

@ -67,7 +67,7 @@ package body ros_config_package is
end if;
-- Serialized Payload Header
ret.data(ret.length) := PL_CDR_BE & x"0000";
ret.data(ret.length) := CDR_BE & x"0000";
ret.length := ret.length + 1;
-- ParticipantEntitiesInfo.gid
gid := to_gid(to_guid(GUIDPREFIX,ENTITYID_PARTICIPANT));