You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const_cast<GPUSettingsProcessing&>(GetProcessingSettings()).eventDisplay = nullptr; // TODO: fixme - eventDisplay should probably not be put into ProcessingSettings in the first place
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Interface/GPUO2InterfaceConfiguration.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,8 @@ struct GPUInterfaceOutputs : public GPUTrackingOutputs {
58
58
};
59
59
60
60
structGPUInterfaceInputUpdate {
61
-
std::function<void(GPUTrackingInOutPointers*& data, GPUInterfaceOutputs*& outputs)> callback; // Callback which provides final data ptrs / outputRegions after Clusterization stage
62
-
std::function<void()> notifyCallback; // Callback called to notify that Clusterization state has finished without update
61
+
std::function<int32_t(GPUTrackingInOutPointers*& data, GPUInterfaceOutputs*& outputs)> callback; // Callback which provides final data ptrs / outputRegions after Clusterization stage
62
+
std::function<void()> notifyCallback; // Callback called to notify that Clusterization state has finished without update
63
63
};
64
64
65
65
// Full configuration structure with all available settings of GPU...
0 commit comments