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
Specfically:
It seems diffuclt to understand how one is supposed to write a C-wrapper to include a Mita produced structure into one's own C-code. I was hoping the documentation could be updated or someone may share a code that allows me to study what I want to achieve.
What I want to achieve:
Collect 100 data points of one seismometer axis and calculate the mean value. The mean calculation shall be done in my own C-code that either takes a normal array or the structure array_float as produced by Mita.
Thank you for helping a self-doubting Python programmer.
The text was updated successfully, but these errors were encountered:
Problem:
Documentation under https://www.eclipse.org/mita/language/foreignfunctioninterface/#custom-c-file-include is not complete and partly broken. Especially in sections "Custom C file include" and "Pitfalls" crucial information are missing as to what these sections try to teach.
Specfically:
It seems diffuclt to understand how one is supposed to write a C-wrapper to include a
Mita
produced structure into one's own C-code. I was hoping the documentation could be updated or someone may share a code that allows me to study what I want to achieve.What I want to achieve:
Collect 100 data points of one seismometer axis and calculate the mean value. The mean calculation shall be done in my own C-code that either takes a normal
array
or the structurearray_float
as produced by Mita.Thank you for helping a self-doubting Python programmer.
The text was updated successfully, but these errors were encountered: