![]() |
NimbRo ROS Soccer Package
|
Defines various template functions for the Behaviour Control Framework. More...
#include <behaviour_control/classes/behaviour_common.h>
Go to the source code of this file.
Namespaces | |
behaviourcontrol | |
This namespace defines everything that is required for the Behaviour Control Framework. | |
Defines various template functions for the Behaviour Control Framework.
This file is necessary because template functions need to be defined in the headers, yet instances exist where the template functions need to reference classes that haven't been defined yet, leading to 'invalid use of incomplete type' errors. This header is intended to be included at the very end of behaviour_control.h
, at which point all class types should be complete and otherwise a-ok!