// Autogenerated file by PacpusPlugin.cmake // DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE #ifndef __CANGATEWAYPLUGIN_H__ #define __CANGATEWAYPLUGIN_H__ #include #include #include "kernel/PacpusPluginInterface.h" /// Auto-generated plugin class class canGatewayPlugin : public QObject , public PacpusPluginInterface { Q_OBJECT Q_INTERFACES(PacpusPluginInterface) public: canGatewayPlugin(); ~canGatewayPlugin(); protected: QString name(); }; #endif // __CANGATEWAYPLUGIN_H__