Fledge
An open source edge computing platform for industrial users
south_python_plugin_handle.h
1
2
#ifndef _SOUTH_PYTHON_PLUGIN_HANDLE_H
3
#define _SOUTH_PYTHON_PLUGIN_HANDLE_H
4
/*
5
* Fledge plugin handle related
6
*
7
* Copyright (c) 2019 Dianomic Systems
8
*
9
* Released under the Apache 2.0 Licence
10
*
11
* Author: Massimiliano Pinto
12
*/
13
#include <logger.h>
14
#include <vector>
15
#include <sstream>
16
#include <dlfcn.h>
17
#include <python_plugin_handle.h>
18
23
class
SouthPythonPluginHandle
:
public
PythonPluginHandle
24
{
25
public
:
26
SouthPythonPluginHandle
(
const
char
*name,
const
char
*path);
27
};
28
29
#endif
30
SouthPythonPluginHandle::SouthPythonPluginHandle
SouthPythonPluginHandle(const char *name, const char *path)
Constructor for PythonPluginHandle.
Definition:
south_python_plugin_handle.cpp:31
SouthPythonPluginHandle
The SouthPythonPluginHandle class is used to represent an interface to a South plugin that is availab...
Definition:
south_python_plugin_handle.h:23
PythonPluginHandle
The PythonPluginHandle class is the base class used to represent an interface to a plugin that is ava...
Definition:
python_plugin_handle.h:27
C
services
common
include
south_python_plugin_handle.h
Generated by
1.8.17