Main Page
Namespaces
Classes
Files
File List
File Members
src
launch
bytes_parser.h
Go to the documentation of this file.
1
// Parse memory specifications like "100 MB"
2
// Authors: Adrien Barral, Max Schwarz
3
4
#ifndef ROSMON_LAUNCH_BYTES_PARSER_H
5
#define ROSMON_LAUNCH_BYTES_PARSER_H
6
7
#include <tuple>
8
9
namespace
rosmon
10
{
11
namespace
launch
12
{
13
19
std::tuple<uint64_t, bool>
parseMemory
(
const
std::string& memory);
20
21
}
22
}
23
24
#endif
rosmon
Definition:
diagnostics_publisher.cpp:34
rosmon::launch::parseMemory
std::tuple< uint64_t, bool > parseMemory(const std::string &memory)
Definition:
bytes_parser.cpp:18
rosmon_core
Author(s): Max Schwarz
autogenerated on Wed Jul 10 2019 03:10:12