DPsim
dpsim
include
dpsim
pybind
SignalComponents.h
1
/* Copyright 2017-2021 Institute for Automation of Complex Power Systems,
2
* EONERC, RWTH Aachen University
3
*
4
* This Source Code Form is subject to the terms of the Mozilla Public
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
*********************************************************************************/
8
#pragma once
9
10
#include <pybind11/complex.h>
11
#include <pybind11/eigen.h>
12
#include <pybind11/functional.h>
13
#include <pybind11/pybind11.h>
14
#include <pybind11/stl.h>
15
16
namespace
py = pybind11;
17
using namespace
pybind11::literals;
18
19
void
addSignalComponents(py::module_ mSignal);
Generated by
1.9.1