CANdevStudio
Development tool for CAN bus simulation
Loading...
Searching...
No Matches
cansignalviewerplugin.h
Go to the documentation of this file.
1#ifndef CANSIGNALVIEWERPLUGIN_H
2#define CANSIGNALVIEWERPLUGIN_H
3
4#include "plugin_type.h"
6
7// Note that max typestring length is limited to 128 chars. 64 causes VS2015 internal error.
8using SignalPlugin = PluginBase<typestring_is("Signal Layer"), 0x1492ca, 47>;
9
12 static constexpr const char* name = "CanSignalViewer";
14};
15
16#endif // CANSIGNALVIEWERPLUGIN_H
PluginBase< typestring_is("Signal Layer"), 0x1492ca, 47 > SignalPlugin
Definition cansignalviewerplugin.h:8
Definition cansignalviewermodel.h:16
Definition cansignalviewerplugin.h:10
static constexpr const char * name
Definition cansignalviewerplugin.h:12
Definition plugin_type.h:9
#define typestring_is(x)
Definition typestring.hh:272