iCub-main
|
#include "RobotConfig.h"
#include <yarp/os/Property.h>
#include <yarp/os/LogStream.h>
#include <iostream>
#include <cstdlib>
#include <string>
Go to the source code of this file.
Macros | |
#define | FLAGIFY(flags, name) set_flag(flags.name,name) |
Functions | |
static void | set_flag (bool &flag, const string &str) |
#define FLAGIFY | ( | flags, | |
name | |||
) | set_flag(flags.name,name) |
Definition at line 35 of file RobotConfig.cpp.
|
static |
Definition at line 32 of file RobotConfig.cpp.