SMACC
|
#include <cl_ros_publisher.h>
Public Member Functions | |
ClRosPublisher () | |
template<typename MessageType > | |
void | configure (std::string topicName) |
template<typename MessageType > | |
void | publish (const MessageType &msg) |
Public Member Functions inherited from smacc::client_bases::SmaccPublisherClient | |
SmaccPublisherClient () | |
virtual | ~SmaccPublisherClient () |
template<typename MessageType > | |
void | configure (std::string topicName) |
template<typename MessageType > | |
void | publish (const MessageType &msg) |
Public Member Functions inherited from smacc::ISmaccClient | |
ISmaccClient () | |
virtual | ~ISmaccClient () |
virtual void | initialize () |
virtual std::string | getName () const |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
template<typename TComponent > | |
TComponent * | getComponent () |
template<typename TComponent > | |
TComponent * | getComponent (std::string name) |
virtual smacc::introspection::TypeInfo::Ptr | getType () |
ISmaccStateMachine * | getStateMachine () |
template<typename TSmaccSignal , typename T > | |
void | connectSignal (TSmaccSignal &signal, void(T::*callback)(), T *object) |
template<typename SmaccClientType > | |
void | requiresClient (SmaccClientType *&storage) |
void | getComponents (std::vector< std::shared_ptr< ISmaccComponent > > &components) |
Additional Inherited Members | |
Public Attributes inherited from smacc::client_bases::SmaccPublisherClient | |
boost::optional< std::string > | topicName |
boost::optional< int > | queueSize |
Protected Member Functions inherited from smacc::ISmaccClient | |
template<typename TOrthogonal , typename TSourceObject > | |
void | onOrthogonalAllocation () |
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
SmaccComponentType * | createComponent (TArgs... targs) |
template<typename SmaccComponentType , typename TOrthogonal , typename TClient , typename... TArgs> | |
SmaccComponentType * | createNamedComponent (std::string name, TArgs... targs) |
void | setStateMachine (ISmaccStateMachine *stateMachine) |
void | setOrthogonal (ISmaccOrthogonal *orthogonal) |
Protected Attributes inherited from smacc::client_bases::SmaccPublisherClient | |
ros::NodeHandle | nh_ |
ros::Publisher | pub_ |
Protected Attributes inherited from smacc::ISmaccClient | |
std::map< ComponentKey, std::shared_ptr< smacc::ISmaccComponent > > | components_ |
Definition at line 9 of file cl_ros_publisher.h.
|
inline |
Definition at line 12 of file cl_ros_publisher.h.
|
inline |
Definition at line 17 of file cl_ros_publisher.h.
References smacc::client_bases::SmaccPublisherClient::topicName.
|
inline |
Definition at line 23 of file cl_ros_publisher.h.
Referenced by cl_ros_publisher::CbDefaultPublishLoop::setMessage(), and cl_ros_publisher::CbPublishOnce< RosMsgType >::setMessage().