StimBuff,commonLibs: Add libattachmentSupport, move fnptrs into .cpp files

We move the methods in StimulusBuffer whose addresses are taken during
program execution into a separate static lib. This guarantees that
they'll have their own, single vaddr at runtime, at least within
each independent code module.
This commit is contained in:
2025-11-02 19:08:47 -04:00
parent 45ad5c83ee
commit b3bf0e2cb9
5 changed files with 124 additions and 88 deletions
+1
View File
@@ -24,6 +24,7 @@ if(ENABLE_STIMBUFFAPI_livoxGen1)
target_link_libraries(livoxGen1
${Boost_LIBRARIES}
${URING_LIBRARIES}
attachmentSupport
)
target_link_directories(livoxGen1 PUBLIC
${URING_LIBRARY_DIRS}