mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 18:06:39 +08:00
Add topic namespace support for micrortps agent generation
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
committed by
Nuno Marques
parent
ce8f4dece2
commit
fdb4ede6c2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user