CANdevStudio
Development tool for CAN bus simulation
Loading...
Searching...
No Matches
canrawviewplugin.h
Go to the documentation of this file.
1#ifndef CANRAWVIEWPLUGIN_H_C02HULVO
2#define CANRAWVIEWPLUGIN_H_C02HULVO
3
4#include "plugin_type.h"
5#include "canrawviewmodel.h"
6
7using CanRawPlugin = PluginBase<typestring_is("Raw Layer"), 0x90bb3e, 58>;
8
11 static constexpr const char* name = "CanRawView";
13};
14
15#endif /* end of include guard: CANRAWVIEWPLUGIN_H_C02HULVO */
PluginBase< typestring_is("Raw Layer"), 0x90bb3e, 58 > CanRawPlugin
Definition canrawviewplugin.h:7
The class provides node graphical representation of CanRawView.
Definition canrawviewmodel.h:17
Definition canrawviewplugin.h:9
static constexpr const char * name
Definition canrawviewplugin.h:11
Definition plugin_type.h:9
#define typestring_is(x)
Definition typestring.hh:272