Skip to content
Snippets Groups Projects
Commit 3218fc11 authored by Christian Nowke's avatar Christian Nowke
Browse files

added float message to bindings

parent 478ebd86
Branches develop
No related tags found
No related merge requests found
......@@ -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} )
......
......@@ -10,6 +10,7 @@
#include <memory>
#include <../schema/string_message.pb.h>
#include <../schema/float_message.pb.h>
using namespace boost::python;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment