Skip to content

Commit

Permalink
Move DR TypeConsistencyEnforcement & DataRepresentation from TypeCons…
Browse files Browse the repository at this point in the history
…istency to DataReaderQos (#137)

Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored May 27, 2024
1 parent c72e0f2 commit 3761eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/subscribedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ void SubscribeDialog::on_buttonBox_accepted()
}

//DATA REPRESENTATION
SSub->m_dr_qos.type_consistency().representation.m_value.push_back(eprosima::fastdds::dds::XCDR_DATA_REPRESENTATION) ;
SSub->m_dr_qos.type_consistency().representation.m_value.push_back(eprosima::fastdds::dds::XCDR2_DATA_REPRESENTATION) ;
SSub->m_dr_qos.representation().m_value.push_back(eprosima::fastdds::dds::XCDR_DATA_REPRESENTATION) ;
SSub->m_dr_qos.representation().m_value.push_back(eprosima::fastdds::dds::XCDR2_DATA_REPRESENTATION) ;

//LIVELINESS
if (this->ui->comboBox_liveliness->currentIndex() == 0)
Expand Down

0 comments on commit 3761eb7

Please sign in to comment.