How can I force matlab embedded coder to set "boolean_T" as "bool" C99 type?
Without that, I need explicit cast conversion I/O signals mapping for int->boolean_t (not needed for int->bool).
How can I force matlab embedded coder to set "boolean_T" as "bool" C99 type?
Without that, I need explicit cast conversion I/O signals mapping for int->boolean_t (not needed for int->bool).
Switch up the hardware to something other than
Generic->MATLAB Host Computer
and you should getbool
for C99:With MATLAB Host Computer,
boolean_T
is preserved in case some MATLAB libraries are pulled in to ensure binary compatibility.