We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaf5d2 commit 4aca410Copy full SHA for 4aca410
1 file changed
fastdds_python/src/swig/fastrtps/types/TypesBase.i
@@ -40,6 +40,9 @@
40
%ignore eprosima::fastrtps::types::TypeFlag::deserialize;
41
%ignore eprosima::fastrtps::types::TypeFlag::getCdrSerializedSize;
42
43
+%ignore eprosima::fastrtps::types::operator==;
44
+%ignore eprosima::fastrtps::types::operator!=;
45
+
46
%include "fastrtps/types/TypesBase.h"
47
48
%extend eprosima::fastrtps::types::ReturnCode_t {
0 commit comments