This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/doc/examples/simplebutton/extern-plugininfo.h
2019-04-08 13:55:15 +02:00

23 lines
602 B
C

/* This file is generated by the nymea build system. Any changes to this file will
* be lost.
*
* If you want to change this file, edit the plugin's json file.
*/
#ifndef EXTERNPLUGININFO_H
#define EXTERNPLUGININFO_H
#include "typeutils.h"
#include <QLoggingCategory>
// Id definitions
extern PluginId pluginId;
extern VendorId guhVendorId;
extern DeviceClassId simplebuttonDeviceClassId;
extern ActionTypeId simplebuttonPressActionTypeId;
extern EventTypeId simplebuttonPressedEventTypeId;
// Logging category definition
Q_DECLARE_LOGGING_CATEGORY(dcSimpleButton)
#endif // EXTERNPLUGININFO_H