9 #include <argos3/core/utility/logging/argos_log.h>
21 return QApplication::notify(pc_receiver, pc_event);
22 }
catch (std::exception& ex) {
23 fprintf(stderr,
"%s\n", ex.what());
24 QApplication::exit(1);
26 qFatal(
"Error <unknown> sending event %s to object %s (%s)",
27 typeid(*pc_event).name(),
28 qPrintable(pc_receiver->objectName()),
29 typeid(*pc_receiver).name());
The namespace containing all the ARGoS related code.
virtual bool notify(QObject *pc_receiver, QEvent *pc_event)