MessageConverter.java
Go to the documentation of this file.
00001 package org.rosbuilding.common;
00002 
00003 import smarthome_comm_msgs.Command;
00004 
00005 import org.ros.internal.message.Message;
00006 import org.ros.node.ConnectedNode;
00007 
00008 public interface MessageConverter<TMessage extends Message> {
00009     TMessage toMessage(ConnectedNode node, Command command);
00010 }


smarthome_common_driver
Author(s): Mickael Gaillard , Erwan Le Huitouze
autogenerated on Sat Jun 8 2019 19:35:17