#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 | |
std::string | addPart (std::string t, std::string name, int code, Value *val, std::string orig, std::string mode="") |
std::string | showFormat (Bottle &b, std::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[]) |
std::string addPart | ( | std::string | t, |
std::string | name, | ||
int | code, | ||
Value * | val, | ||
std::string | orig, | ||
std::string | mode = "" |
||
) |
Definition at line 57 of file yarpros.cpp.
bool announce_port | ( | const char * | name, |
PortReader & | reply | ||
) |
Definition at line 230 of file yarpros.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 263 of file yarpros.cpp.
bool register_port | ( | const char * | name, |
const char * | carrier, | ||
const char * | hostname, | ||
int | portnum, | ||
PortReader & | reply | ||
) |
Definition at line 240 of file yarpros.cpp.
void show_usage | ( | ) |
Definition at line 210 of file yarpros.cpp.
std::string showFormat | ( | Bottle & | b, |
std::string | root | ||
) |
Definition at line 104 of file yarpros.cpp.
void usage | ( | const char * | action, |
const char * | msg, | ||
const char * | example = nullptr , |
||
const char * | explanation = nullptr |
||
) |
Definition at line 196 of file yarpros.cpp.