blob: 2c29ecb0debfbb390b6317d9726f3ce74c5d3f7d [file] [log] [blame]
// --------------------------------------------------------
// Code generated by Papyrus C++
// --------------------------------------------------------
#define subscriberCompdef_Subscriber_impl_BODY
/************************************************************
Subscriber_impl class body
************************************************************/
// include associated header file
#include "subscriberCompdef/Subscriber_impl.h"
// Derived includes directives
#include "rclcpp/rclcpp.hpp"
namespace subscriberCompdef {
// static attributes (if any)
/**
*
* @param options
*/
Subscriber_impl::Subscriber_impl(rclcpp::NodeOptions /*in*/options) :
Subscriber(options) {
}
/**
*
* @param map
*/
void Subscriber_impl::fListening(const simple::msg::Map::SharedPtr /*in*/map) {
}
} // of namespace subscriberCompdef
/************************************************************
End of Subscriber_impl class body
************************************************************/