#include "vmeChassis.hh" // Moved the code to the header file when turned this class into a // template class to allow for proper compilation. void* SharedMemoryThreadFunction(void* locArgument) { jlabROCSharedMemoryWrapper* locROCSharedMemoryWrapper = static_cast(locArgument); locROCSharedMemoryWrapper->Loop_ReadingSharedMemory(); //Runs until exit return NULL; }