mem_str.h
Go to the documentation of this file.
1 // Conversions of memory amounts and strings
2 // Author: Max Schwarz <max.schwarz@ais.uni-bonn.de>
3 
4 #ifndef ROSBAG_FANCY_MEM_STR_H
5 #define ROSBAG_FANCY_MEM_STR_H
6 
7 #include <string>
8 #include <cstdint>
9 
10 namespace rosbag_fancy
11 {
12 namespace mem_str
13 {
14 
15 std::string memoryToString(uint64_t memory);
16 uint64_t stringToMemory(std::string humanSize);
17 
18 }
19 }
20 
21 #endif
rosbag_fancy
Definition: bag_reader.cpp:240
rosbag_fancy::mem_str::stringToMemory
uint64_t stringToMemory(std::string humanSize)
Definition: mem_str.cpp:29
rosbag_fancy::mem_str::memoryToString
std::string memoryToString(uint64_t memory)
Definition: mem_str.cpp:15


rosbag_fancy
Author(s):
autogenerated on Tue Feb 20 2024 03:20:59