From 84c6cf45131e42b1a724ebf7977987a9ddb70db9 Mon Sep 17 00:00:00 2001 From: VijayKandiah Date: Sun, 17 Oct 2021 02:18:10 -0500 Subject: AccelWattch dev Integration --- src/accelwattch/cacti/cacti.i | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/accelwattch/cacti/cacti.i (limited to 'src/accelwattch/cacti/cacti.i') diff --git a/src/accelwattch/cacti/cacti.i b/src/accelwattch/cacti/cacti.i new file mode 100644 index 0000000..7964138 --- /dev/null +++ b/src/accelwattch/cacti/cacti.i @@ -0,0 +1,8 @@ +%module cacti +%{ +/* Includes the header in the wrapper code */ +#include "cacti_interface.h" +%} + +/* Parse the header file to generate wrappers */ +%include "cacti_interface.h" \ No newline at end of file -- cgit v1.3