Taskolib  1.3.3
default_message_callback.h
Go to the documentation of this file.
1 
23 // SPDX-License-Identifier: LGPL-2.1-or-later
24 
25 #ifndef TASKOLIB_CONSOLE_H_
26 #define TASKOLIB_CONSOLE_H_
27 
28 #include <string>
29 
30 #include "taskolib/Message.h"
31 
32 namespace task {
33 
34 struct CommChannel;
35 
41 void default_message_callback(const Message& msg);
42 
43 } // namespace task
44 
45 #endif
Declaration of the Message class.
Namespace task contains all Taskolib functions and classes.
Definition: CommChannel.h:33
void default_message_callback(const Message &msg)
Default callback function for messages.
Definition: default_message_callback.cc:30