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