Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nett-python
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
nett-python
Commits
e1dc6586
Commit
e1dc6586
authored
Aug 3, 2016
by
Christian Nowke
Browse files
Options
Downloads
Patches
Plain Diff
added new messages
parent
8a248c35
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
src/nett-python/nett-python.cpp
+4
-0
4 additions, 0 deletions
src/nett-python/nett-python.cpp
with
7 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
e1dc6586
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
src/nett-python/nett-python.cpp
+
4
−
0
View file @
e1dc6586
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment