rosstack.cpp File Reference

#include <cstdlib>
#include <algorithm>
#include <cstdio>
#include <cstring>
#include <cerrno>
#include <climits>
#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>
Include dependency graph for rosstack.cpp:
This graph shows which files directly or indirectly include this file:

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
ROSStackg_rosstack = NULL
string g_stack

Define Documentation

#define S_ISDIR (  )     (((x) & S_IFMT) == S_IFDIR)

Definition at line 86 of file rosstack.cpp.


Function Documentation

const string g_ros_os ( "linux"   ) 
static bool not_space ( char  c  )  [static]

Definition at line 661 of file rosstack.cpp.

static bool space ( char  c  )  [static]

Definition at line 660 of file rosstack.cpp.

static vector<string> split_space ( const string &  str  )  [static]

Definition at line 662 of file rosstack.cpp.


Variable Documentation

const double DEFAULT_MAX_CACHE_AGE = 60.0

Definition at line 82 of file rosstack.cpp.

Definition at line 136 of file rosstack.cpp.

string g_length

Definition at line 138 of file rosstack.cpp.

unsigned int g_profile_length = 0

Definition at line 142 of file rosstack.cpp.

Definition at line 144 of file rosstack.cpp.

string g_stack

Definition at line 140 of file rosstack.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


rospack
Author(s): Morgan Quigley, Brian Gerkey
autogenerated on Fri Jan 11 11:39:43 2013