Prints the shared message
| 63 | // Prints the shared message |
| 64 | //***************************************************************************** |
| 65 | void Print(const std::string& prefix, etl::shared_message sm) |
| 66 | { |
| 67 | std::cout << prefix << " : Message Id = " << int(sm.get_message().get_message_id()) << "\n"; |
| 68 | } |
| 69 | |
| 70 | //***************************************************************************** |
| 71 | // This router accepts Message1, Message2 and Message3 types. |
no outgoing calls
no test coverage detected