TemperatureMessageConverter.java
Go to the documentation of this file.
00001 package org.rosbuilding.common.temperature;
00002 
00003 import smarthome_comm_msgs.Command;
00004 import sensor_msgs.Temperature;
00005 
00006 import org.ros.node.ConnectedNode;
00007 import org.rosbuilding.common.MessageConverter;
00008 
00009 public class TemperatureMessageConverter implements MessageConverter<Temperature> {
00010     public Temperature toMessage(ConnectedNode node, Command command) {
00011         throw new RuntimeException("Not implemented!");
00012     }
00013 }


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