CNES / ccsdsmo-malc-stubgenerator

Stub Generator for CCSDS MAL C API
https://cnes.github.io/ccsdsmo-malc
MIT License
3 stars 2 forks source link

Add generation of simple calls #5

Closed gbonnefille closed 7 years ago

gbonnefille commented 7 years ago

The generator now produce functions that can encode and send a message in a single call. But the counterpart is that we lost le type checking of arguments at compilation time.