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