hpp-corbaserver  4.9.0
Corba server for Humanoid Path Planner applications
server-plugin.hh File Reference
#include <stdexcept>
#include <hpp/util/exception.hh>
#include <hpp/corbaserver/config.hh>
#include <hpp/corbaserver/fwd.hh>
#include <hpp/corbaserver/problem-solver-map.hh>
#include <hpp/corbaserver/server.hh>
#include <hpp/corba/template/server.hh>
Include dependency graph for server-plugin.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hpp::corbaServer::ServerPlugin
 

Namespaces

 hpp
 Implement CORBA interface ``Obstacle''.
 
 hpp::corbaServer
 

Macros

#define HPP_CORBASERVER_DEFINE_PLUGIN(PluginClassName)
 

Macro Definition Documentation

◆ HPP_CORBASERVER_DEFINE_PLUGIN

#define HPP_CORBASERVER_DEFINE_PLUGIN (   PluginClassName)
Value:
extern "C" { \
{ \
return new PluginClassName (server); \
} \
}
Definition: server-plugin.hh:44
Implementation of Hpp module Corba server.
Definition: server.hh:54