From 3218fc11755a7e46f1afd66ad604daef162aeb4f Mon Sep 17 00:00:00 2001 From: Christian Nowke <nowke@vr.rwth-aachen.de> Date: Thu, 14 Apr 2016 15:35:51 +0200 Subject: [PATCH] added float message to bindings --- CMakeLists.txt | 1 - src/nett-python/nett-python.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 502924c..0da031b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,6 @@ include_directories (${PROTOBUF_INCLUDE_DIR}) #included for generated specialization header file include_directories ("${CMAKE_CURRENT_BINARY_DIR}") - add_event ( nett_python routing_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} ) add_event ( nett_python string_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} ) add_event ( nett_python float_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} ) diff --git a/src/nett-python/nett-python.cpp b/src/nett-python/nett-python.cpp index 59581df..7071748 100644 --- a/src/nett-python/nett-python.cpp +++ b/src/nett-python/nett-python.cpp @@ -10,6 +10,7 @@ #include <memory> #include <../schema/string_message.pb.h> +#include <../schema/float_message.pb.h> using namespace boost::python; -- GitLab