open62541.i 204 B

12345678910
  1. %module open62541
  2. %{
  3. /* Includes the header in the wrapper code */
  4. #include "open62541_expanded.h"
  5. %}
  6. /* Parse the header file to generate wrappers */
  7. %include "stdint.i"
  8. %include "open62541_expanded.h"