#include "../common/consts.h"
#include "../msg/msg.h"
#include "../utils/utils.h"
#include <dashel/dashel.h>
#include <time.h>
#include <iostream>
#include <cstring>
Go to the source code of this file.
Classes |
class | Aseba::Exec |
| Execute an external command upon a given message. More...
|
Namespaces |
namespace | Aseba |
Functions |
void | DumpHelp (std::ostream &stream, const char *programName) |
| Show usage.
|
void | DumpVersion (std::ostream &stream) |
| Show version.
|
int | main (int argc, char *argv[]) |
Function Documentation
void DumpHelp |
( |
std::ostream & |
stream, |
|
|
const char * |
programName |
|
) |
| |
Show usage.
Definition at line 75 of file exec.cpp.
Show version.
Definition at line 87 of file exec.cpp.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |