/msgcc

msgcc is a DSL written by C++ for describing the static valid range of fields in msg structure. It can auto generate the construct function which will fill the every described fields a valid value, and also generate a check function which will verify the incoming msg fields value according the given range described in DSL.

Primary LanguageC++

No issues in this repository yet.