CANdevStudio
Development tool for CAN bus simulation
Loading...
Searching...
No Matches
bcastmsgs.h
Go to the documentation of this file.
1#ifndef __BCASTMSGS_H
2#define __BCASTMSGS_H
3
4#include <QString>
5
6namespace BcastMsg {
7
8static const QString NodeCreated = "node_created";
9static const QString RequestCanDb = "request_can_db";
10static const QString ConfigChanged = "config_changed";
11static const QString NodeDeleted = "node_deleted";
12static const QString InitDone = "init_done";
13static const QString CanDbUpdated = "can_db_updated";
14static const QString GuiStyleSwitched = "gui_style_switched";
15
16}
17
18#endif /* !__BCASTMSGS_H */
Definition bcastmsgs.h:6