YARP
Yet Another Robot Platform
RFModule.cpp File Reference
#include <yarp/os/RFModule.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/ConnectionWriter.h>
#include <yarp/os/Network.h>
#include <yarp/os/Os.h>
#include <yarp/os/Thread.h>
#include <yarp/os/Time.h>
#include <yarp/os/Vocab.h>
#include <yarp/os/impl/LogComponent.h>
#include <yarp/os/impl/PlatformSignal.h>
#include <yarp/os/impl/PlatformTime.h>
#include <yarp/os/impl/Terminal.h>
#include <cstdio>
#include <cstdlib>
#include <string>
+ Include dependency graph for RFModule.cpp:

Go to the source code of this file.

Classes

class  RFModuleRespondHandler
 
class  RFModuleThreadedHandler
 
class  yarp::os::RFModule::Private
 

Functions

static void handler (int sig)
 

Variables

static RFModulemodule = nullptr
 

Function Documentation

◆ handler()

static void handler ( int  sig)
static
Examples
framerate/main.cpp.

Definition at line 244 of file RFModule.cpp.

Variable Documentation

◆ module

RFModule* module = nullptr
static