Currently nesT does not support nx types such as nx_int16_t, etc. It also does not support nx_struct. Full nesC uses these types extensively. The lack of support in nesT inhibits sharing of certain declarations between languages, which is awkward in some cases.
Currently nesT does not support nx types such as
nx_int16_t,
etc. It also does not supportnx_struct.
Full nesC uses these types extensively. The lack of support in nesT inhibits sharing of certain declarations between languages, which is awkward in some cases.