#include <ros/ros.h>#include <stdio.h>#include <dirent.h>#include <stdlib.h>#include <vector>#include <string>
Go to the source code of this file.
Classes | |
| class | ProgramEntry |
Functions | |
| bool | executeCmd (const string &cmd) |
| string | getScreenPath () |
| bool | load () |
| int | main (int argc, char **argv) |
| bool | screenRunning () |
Variables | |
| string | g_screen_cmd = "screen" |
| vector< ProgramEntry > | programs |
| bool executeCmd | ( | const string & | cmd | ) |
Definition at line 11 of file screenrun.cpp.
| string getScreenPath | ( | ) |
Definition at line 84 of file screenrun.cpp.
| bool load | ( | ) |
Definition at line 42 of file screenrun.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 111 of file screenrun.cpp.
| bool screenRunning | ( | ) |
Definition at line 93 of file screenrun.cpp.
| string g_screen_cmd = "screen" |
Definition at line 9 of file screenrun.cpp.
| vector<ProgramEntry> programs |
Definition at line 40 of file screenrun.cpp.