Skip to content

Commit

Permalink
Removed obsolete code
Browse files Browse the repository at this point in the history
    * ddsx11/vendors/ndds/dds/ndds_base_traits.h:
  • Loading branch information
jwillemsen committed Oct 11, 2024
1 parent ac01bbe commit 2e0785d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ddsx11/vendors/ndds/dds/ndds_base_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "dds/dds_conversion_traits.h"
#include "ace/CDR_Base.h"

/// By default the RTI NDDS::String type manage strings up to 1k
constexpr uint32_t max_string_size () { return 1024; }
/// By default the RTI NDDS::DDS_Char* type for unbounded string members manages strings up to 255 characters
constexpr uint32_t max_member_string_size () { return 255; }

Expand Down

0 comments on commit 2e0785d

Please sign in to comment.