Add topic namespace support for micrortps agent generation

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen
2020-11-24 10:09:36 +02:00
committed by Nuno Marques
parent ce8f4dece2
commit fdb4ede6c2
7 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class @(topic)_Publisher
public:
@(topic)_Publisher();
virtual ~@(topic)_Publisher();
bool init();
bool init(const std::string& ns);
void run();
void publish(@(topic)_msg_t* st);
private: