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::ros_msgs::BatteryState::BatteryState
BatteryState()
Definition: battery_state.cpp:5
tuw::ros_msgs::BatteryState::GetLowestCellVoltage
double GetLowestCellVoltage()
Definition: battery_state.cpp:9
tuw
Definition: battery_state.h:6
tuw::ros_msgs::BatteryState
Definition: battery_state.h:10
tuw::ros_msgs::BatteryState::GetTotalVoltage
double GetTotalVoltage()
Definition: battery_state.cpp:23


tuw_vehicle_msgs
Author(s): Marcel Zeilinger
autogenerated on Wed Aug 10 2022 02:12:00