#include "RosSlave.h"
#include "RosLookup.h"
#include "TcpRosStream.h"
#include <yarp/os/Vocab.h>
#include <yarp/os/LogComponent.h>
#include <yarp/os/LogStream.h>
#include <cstdio>
#include <string>
Go to the source code of this file.
Functions | |
string | addPart (string t, string name, int code, Value *val, string orig, string mode="") |
string | showFormat (Bottle &b, string root) |
void | usage (const char *action, const char *msg, const char *example=nullptr, const char *explanation=nullptr) |
void | show_usage () |
bool | announce_port (const char *name, PortReader &reply) |
bool | register_port (const char *name, const char *carrier, const char *hostname, int portnum, PortReader &reply) |
int | main (int argc, char *argv[]) |
string addPart | ( | string | t, |
string | name, | ||
int | code, | ||
Value * | val, | ||
string | orig, | ||
string | mode = "" |
||
) |
Definition at line 61 of file yarpros.cpp.
bool announce_port | ( | const char * | name, |
PortReader & | reply | ||
) |
Definition at line 228 of file yarpros.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 261 of file yarpros.cpp.
bool register_port | ( | const char * | name, |
const char * | carrier, | ||
const char * | hostname, | ||
int | portnum, | ||
PortReader & | reply | ||
) |
Definition at line 238 of file yarpros.cpp.
void show_usage | ( | ) |
Definition at line 208 of file yarpros.cpp.
string showFormat | ( | Bottle & | b, |
string | root | ||
) |
Definition at line 102 of file yarpros.cpp.
void usage | ( | const char * | action, |
const char * | msg, | ||
const char * | example = nullptr , |
||
const char * | explanation = nullptr |
||
) |
Definition at line 194 of file yarpros.cpp.