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