Sirikata
Namespaces | Functions
libcore/plugins/http/PluginInterface.cpp File Reference
#include "HttpCommander.hpp"
#include "HttpServerIDMap.hpp"
#include <sirikata/core/options/Options.hpp>
Include dependency graph for PluginInterface.cpp:

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Command
 

The Command namespace contains classes for handling external command requests, allowing external tools to interact with a live Sirikata process.


Functions

SIRIKATA_PLUGIN_EXPORT_C void init ()
SIRIKATA_PLUGIN_EXPORT_C int increfcount ()
SIRIKATA_PLUGIN_EXPORT_C int decrefcount ()
SIRIKATA_PLUGIN_EXPORT_C void destroy ()
SIRIKATA_PLUGIN_EXPORT_C const
char * 
name ()
SIRIKATA_PLUGIN_EXPORT_C int refcount ()

Function Documentation

SIRIKATA_PLUGIN_EXPORT_C int decrefcount ( )
SIRIKATA_PLUGIN_EXPORT_C void destroy ( )
SIRIKATA_PLUGIN_EXPORT_C int increfcount ( )
SIRIKATA_PLUGIN_EXPORT_C void init ( )
SIRIKATA_PLUGIN_EXPORT_C const char* name ( )
SIRIKATA_PLUGIN_EXPORT_C int refcount ( )