#include <counter.h>
Public Member Functions | |
Counter (const std::map< std::string, std::string > &labels) | |
void | Increment (const double value) override |
void | Increment () override |
cartographer_ros_msgs::Metric | ToRosMessage () |
double | Value () |
Private Attributes | |
Gauge | gauge_ |
cartographer_ros::metrics::Counter::Counter | ( | const std::map< std::string, std::string > & | labels | ) | [inline, explicit] |
void cartographer_ros::metrics::Counter::Increment | ( | const double | value | ) | [inline, override] |
void cartographer_ros::metrics::Counter::Increment | ( | ) | [inline, override] |
cartographer_ros_msgs::Metric cartographer_ros::metrics::Counter::ToRosMessage | ( | ) | [inline] |
double cartographer_ros::metrics::Counter::Value | ( | ) | [inline] |