SMACC
Loading...
Searching...
No Matches
cl_battery_monitor.h
Go to the documentation of this file.
1#pragma once
2
3#include <smacc/smacc.h>
5#include <sensor_msgs/BatteryState.h>
6
7#include <boost/asio/posix/stream_descriptor.hpp>
8#include <boost/asio.hpp>
9#include <iostream>
10#include <thread>
11
12#include <std_msgs/UInt16.h>
13
15{
16class ClBatteryMonitor : public smacc::client_bases::SmaccSubscriberClient<sensor_msgs::BatteryState>
17{
18public:
20 ClBatteryMonitor(std::string topicname);
21
22 virtual ~ClBatteryMonitor();
23
24 template <typename TOrthogonal, typename TSourceObject>
26 {
28 }
29};
30}