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
So far exporting is only possible from C++. Need to also include exports in the C code as a reference to the global id, then we can fetch the exports with a call to colm_get_global.
The text was updated successfully, but these errors were encountered:
Addes an array of exports to runtime data. Also declares each export as an
integer. The value of the export can be passed to colm_get_gloal(). They are
named colm_export_<export-name>. refs #116.
So far exporting is only possible from C++. Need to also include exports in the C code as a reference to the global id, then we can fetch the exports with a call to
colm_get_global
.The text was updated successfully, but these errors were encountered: