Skip to content

Commit

Permalink
Use IntityIdT in SReaderLayerPar.
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstinKeller authored Jan 7, 2025
1 parent 86d9dd5 commit c65f1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/readwrite/ecal_reader_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace eCAL
std::string host_name;
int32_t process_id = 0;
std::string topic_name;
uint64_t topic_id = 0;
Registration::EntityIdT topic_id = 0;
Registration::ConnectionPar parameter;
};

Expand Down

0 comments on commit c65f1f5

Please sign in to comment.