Skip to content

Commit 5abc408

Browse files
committed
Updated variables initialization
1 parent b7ec8b9 commit 5abc408

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

linux_x64/hardwarex.so

0 Bytes
Binary file not shown.

mac/hardwarex.dylib

24 Bytes
Binary file not shown.

x64/hardwarex.dll

9.5 KB
Binary file not shown.

x64/hardwarex_proto.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [methodinfo,structs,enuminfo,ThunkLibName]=hardwarex_proto
22
%HARDWAREX_PROTO Create structures to define interfaces found in 'hardwarex'.
33

4-
%This function was generated by loadlibrary.m parser version on Sat Nov 27 16:50:26 2021
4+
%This function was generated by loadlibrary.m parser version on Tue Apr 12 17:05:47 2022
55
%perl options:'hardwarex.i -outfile=hardwarex_proto.m -thunkfile=hardwarex_thunk_pcwin64.c -header=hardwarex.h'
66
ival={cell(1,0)}; % change 0 to the actual number of functions to preallocate the data.
77
structs=[];enuminfo=[];fcnNum=1;

x64/hardwarex_thunk_pcwin64.dll

0 Bytes
Binary file not shown.

x86/hardwarex.dll

9.5 KB
Binary file not shown.

x86/hardwarex_proto.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function [methodinfo,structs,enuminfo,ThunkLibName]=hardwarex_proto
22
%HARDWAREX_PROTO Create structures to define interfaces found in 'hardwarex'.
33

4-
%This function was generated by loadlibrary.m parser version on Sat Nov 27 16:49:41 2021
4+
%This function was generated by loadlibrary.m parser version on Tue Apr 12 17:05:15 2022
55
%perl options:'hardwarex.i -outfile=hardwarex_proto.m'
66
ival={cell(1,0)}; % change 0 to the actual number of functions to preallocate the data.
77
structs=[];enuminfo=[];fcnNum=1;

0 commit comments

Comments
 (0)