File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -812,6 +812,9 @@ bool MessageReceiver::proc_Submsg_Data(
812
812
return false ;
813
813
}
814
814
815
+ // Get the vendor id
816
+ ch.vendor_id = source_vendor_id_;
817
+
815
818
// Jump ahead if more parameters are before inlineQos (not in this version, maybe if further minor versions.)
816
819
if (octetsToInlineQos > RTPSMESSAGE_OCTETSTOINLINEQOS_DATASUBMSG)
817
820
{
@@ -988,6 +991,9 @@ bool MessageReceiver::proc_Submsg_DataFrag(
988
991
return false ;
989
992
}
990
993
994
+ // Get the vendor id
995
+ ch.vendor_id = source_vendor_id_;
996
+
991
997
// READ FRAGMENT NUMBER
992
998
uint32_t fragmentStartingNum;
993
999
valid &= CDRMessage::readUInt32 (msg, &fragmentStartingNum);
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Forthcoming
2
2
-----------
3
3
4
4
* Added new ` flow_controller_descriptor_list ` XML configuration.
5
+ * Setting vendor_id in the received CacheChange_t for Data and DataFrag.
5
6
6
7
Version 2.14.0
7
8
--------------
You can’t perform that action at this time.
0 commit comments