battery_state.h
Go to the documentation of this file.
1 #ifndef TUWR_MSGS_BATTERY_STATE_H
2 #define TUWR_MSGS_BATTERY_STATE_H
3 
4 #include <tuw_vehicle_msgs/BatteryState.h>
5 
6 namespace tuw
7 {
8 namespace ros_msgs
9 {
10 class BatteryState : public tuw_vehicle_msgs::BatteryState
11 {
12 public:
13  BatteryState();
14  double GetLowestCellVoltage();
15  double GetTotalVoltage();
16 };
17 };
18 };
19 #endif // TUWR_MSGS_BATTERY_STATE_H


tuw_vehicle_msgs
Author(s): Marcel Zeilinger
autogenerated on Mon Jun 10 2019 15:37:23