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
@@ -1,2 +1,3 @@
add_subdirectory(xcbXorg)
add_subdirectory(livoxProto1)
add_subdirectory(attachmentSupport)