#include "Controller.h"
Go to the source code of this file.
Namespaces | |
namespace | prophet |
Defines | |
#define | NEXT_INSTANCE (++next_instance_ == 0) ? ++next_instance_ : next_instance_ |
#define | LOG(_level, _args...) |
#define LOG | ( | _level, | |||
_args... | ) |
Value:
core_->print_log( \
"controller", BundleCore::_level, _args )
Definition at line 22 of file Controller.cc.
#define NEXT_INSTANCE (++next_instance_ == 0) ? ++next_instance_ : next_instance_ |
Definition at line 19 of file Controller.cc.