__declspec(property(get = GetOnGenerateProcess, put = SetOnGenerateProcess)) TKalmanProcessEvent OnGenerateProcess;
Parameter is of type TVec and has to be filled with result of non-linear process function f.
Read:
TKalmanProcessEvent GetOnGenerateProcess();Write:
void SetOnGenerateProcess(const TKalmanProcessEvent &Value);Declared in Dew::Signal::TExtendedKalmanFilter · Dew.Signal/AdaptiveFiltering.h · Cross-compiler