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).
Copyright © 2021 Jogjafile Inc.
Switch up the hardware to something other than
Generic->MATLAB Host Computerand you should getboolfor C99:With MATLAB Host Computer,
boolean_Tis preserved in case some MATLAB libraries are pulled in to ensure binary compatibility.