Class ClientLocalizationVisualizationInterface
Defined in File receiving_interface.hpp
Inheritance Relationships
Base Type
public ReceivingInterface
(Class ReceivingInterface)
Class Documentation
-
class ClientLocalizationVisualizationInterface : public ReceivingInterface
Public Functions
Actual function to be overwritten by child to handle data, e.g., convert to ros messages and publish.
- Parameters:
datagram_buffer – The data received via the binary connection socket
- Returns:
amount of bytes successfully parsed and can be removed from the buffer (0 if not parsing failed)