source: pacpussensors/trunk/CanGateway/CanGetewayPlugin.cpp@ 4

Last change on this file since 4 was 4, checked in by guyardro, 11 years ago

add igep can driver for CanGateway and add support for igep compilation

File size: 356 bytes
Line 
1// Autogenerated file by PacpusPlugin.cmake
2// DO NOT EDIT!!! ALL CHANGES WOULD BE REMOVED BY THE NEXT CALL OF CMAKE
3
4#include "CanGetewayPlugin.h"
5
6CanGetewayPlugin::CanGetewayPlugin()
7{
8}
9
10CanGetewayPlugin::~CanGetewayPlugin()
11{
12}
13
14QString CanGetewayPlugin::name()
15{
16 return "CanGetewayPlugin";
17}
18
19Q_EXPORT_PLUGIN2(CanGetewayPlugin, CanGetewayPlugin)
Note: See TracBrowser for help on using the repository browser.