Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VAMatlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAMatlab
Commits
a7dd9604
Commit
a7dd9604
authored
Apr 25, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactoring
parent
3614834f
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2032 additions
and
1375 deletions
+2032
-1375
CMakeLists.txt
CMakeLists.txt
+4
-4
src/VAMatlabExecutable.cpp
src/VAMatlabExecutable.cpp
+1348
-1371
src/VAMatlabFunctionMapping.h
src/VAMatlabFunctionMapping.h
+1
-0
src/VAMatlabHelpers.cpp
src/VAMatlabHelpers.cpp
+679
-0
src/VAMatlabHelpers.h
src/VAMatlabHelpers.h
+0
-0
No files found.
CMakeLists.txt
View file @
a7dd9604
...
...
@@ -55,16 +55,16 @@ endif( )
# Sources
set
(
VAMATLAB_SRC
"src/
FunctionMappings
.h"
"src/MatlabHelpers.h"
"src/MatlabHelpers.cpp"
"src/
VAMatlabFunctionMapping
.h"
"src/
VA
MatlabHelpers.h"
"src/
VA
MatlabHelpers.cpp"
"src/VAMatlabConnection.cpp"
"src/VAMatlabConnection.h"
"src/VAMatlabExecutable.cpp"
"src/VAMatlabTracking.h"
"src/VAMatlabTracking.cpp"
)
message
(
${
VAMATLAB_SRC
}
)
add_library
(
VAMatlab
${
VAMATLAB_SRC
}
VAMatlab.def
)
target_link_libraries
(
VAMatlab
${
VISTA_USE_PACKAGE_LIBRARIES
}
)
...
...
src/VAMatlabExecutable.cpp
View file @
a7dd9604
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/VAMatlabFunctionMapping.h
View file @
a7dd9604
...
...
@@ -88,6 +88,7 @@ public:
,
pAddr
(
pFunctionAddr
)
,
bPublic
(
bPublicFunc
)
,
sDesc
(
sFunctionDesc
)
,
sDoc
(
sFunctionDoc
)
{
// Self register the function globally
AddFunctionMapping
(
this
);
...
...
src/MatlabHelpers.cpp
→
src/
VA
MatlabHelpers.cpp
View file @
a7dd9604
This diff is collapsed.
Click to expand it.
src/MatlabHelpers.h
→
src/
VA
MatlabHelpers.h
View file @
a7dd9604
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment