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

added new messages

parent 8a248c35
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ add_event ( nett_python population_rates_message ${NETT_SCHEMA_DIR} ${PROJECT_BI
add_event ( nett_python flux_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python connectivity_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python map_string_float_vector_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python population_connectivity_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python area_populations_connectivity_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_event ( nett_python areas_populations_connectivity_message ${NETT_SCHEMA_DIR} ${PROJECT_BINARY_DIR} )
add_library (nett_python SHARED ${ProjectSources} ${nett_python_EVENT_SOURCE_FILES})
......
......@@ -18,6 +18,10 @@
#include <../schema/flux_message.pb.h>
#include <../schema/connectivity_message.pb.h>
#include <../schema/map_string_float_vector_message.pb.h>
#include <../schema/population_connectivity_message.pb.h>
#include <../schema/area_populations_connectivity_message.pb.h>
#include <../schema/areas_populations_connectivity_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