hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
server-plugin.hh File Reference
#include <hpp/corba/template/server.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/util/exception.hh>
#include <stdexcept>
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

namespace  hpp
 Implement CORBA interface `‘Obstacle’'.
 
namespace  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" { \
::hpp::corbaServer::ServerPlugin* createServerPlugin( \
return new PluginClassName(server); \
} \
}
Definition server-plugin.hh:50
Implementation of Hpp module Corba server.
Definition server.hh:78