Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to facilitate python bindings (eProsima#2195)
* Operators are inherited Although these lines are legal, these 'using' structures get a parsing error in SWIG. And since the operators are already inherited from the base class, they are redundant, and can be removed to simplify our lives in the binding process Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Define operators inside the classes This facilitates the binding to Python Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Requested changes Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Requested changes Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * More requested changes Signed-off-by: Iker Luengo <ikerluengo@eprosima.com> * Reverting changes on rtps/common headers. Signed-off-by: Miguel Company <MiguelCompany@eprosima.com> Co-authored-by: Miguel Company <MiguelCompany@eprosima.com> Signed-off-by: Samuel Wilhelmsson <samuel@halodi.com>
- Loading branch information