|
automotive-message-broker
0.14.803
|
Public Member Functions | |
| BaseMessage (std::string t) | |
| BaseMessage (std::string n, std::string t) | |
| BaseMessage (const BaseMessage &other) | |
| virtual picojson::value | toJson () |
| virtual bool | fromJson (const picojson::value &json) |
| template<typename T > | |
| bool | is () |
Static Public Member Functions | |
| static bool | validate (const picojson::value &json) |
| template<typename T > | |
| static bool | is (const picojson::value &json) |
Public Attributes | |
| std::string | name |
| std::string | type |
| std::string | messageId |
Protected Attributes | |
| picojson::value | data |
1.8.2