#include <cstdlib>#include <algorithm>#include <cstdio>#include <cstring>#include <cerrno>#include <string>#include <vector>#include <map>#include <stack>#include <queue>#include <cassert>#include <unistd.h>#include <dirent.h>#include <sys/time.h>#include <sys/file.h>#include <stdint.h>#include <stdexcept>#include <time.h>#include <sstream>#include <iterator>#include <libgen.h>#include "tinyxml-2.5.3/tinyxml.h"#include "rospack/rosstack.h"#include "rospack/rospack.h"#include <sys/stat.h>

Go to the source code of this file.
Classes | |
| class | CrawlQueueEntry |
Defines | |
| #define | S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) |
Functions | |
| const string | g_ros_os ("linux") |
| static bool | not_space (char c) |
| static bool | space (char c) |
| static vector< string > | split_space (const string &str) |
Variables | |
| const double | DEFAULT_MAX_CACHE_AGE = 60.0 |
| bool | g_deps_only |
| string | g_length |
| unsigned int | g_profile_length = 0 |
| ROSStack * | g_rosstack = NULL |
| string | g_stack |
| #define S_ISDIR | ( | x | ) | (((x) & S_IFMT) == S_IFDIR) |
Definition at line 85 of file rosstack.cpp.
| const string g_ros_os | ( | "linux" | ) |
| static bool not_space | ( | char | c | ) | [static] |
Definition at line 660 of file rosstack.cpp.
| static bool space | ( | char | c | ) | [static] |
Definition at line 659 of file rosstack.cpp.
| static vector<string> split_space | ( | const string & | str | ) | [static] |
Definition at line 661 of file rosstack.cpp.
| const double DEFAULT_MAX_CACHE_AGE = 60.0 |
Definition at line 81 of file rosstack.cpp.
| bool g_deps_only |
Definition at line 135 of file rosstack.cpp.
| string g_length |
Definition at line 137 of file rosstack.cpp.
| unsigned int g_profile_length = 0 |
Definition at line 141 of file rosstack.cpp.
| ROSStack* g_rosstack = NULL |
Definition at line 143 of file rosstack.cpp.
| string g_stack |
Definition at line 139 of file rosstack.cpp.