![]() |
NimbRo ROS Soccer Package
|
Data structure used to represent a basic inhibition pair, where behaviour A is taken to inhibit behaviour B. More...
#include <behaviour_layer.h>
Public Member Functions | |
BBasePair () | |
Default constructor. | |
BBasePair (Behaviour *BBaseA, Behaviour *BBaseB) | |
Constructor that accepts initial values for BBaseA and BBaseB . | |
Public Attributes | |
Behaviour * | A |
The inhibiting behaviour. | |
Behaviour * | B |
The behaviour that is being inhibited. | |
Data structure used to represent a basic inhibition pair, where behaviour A is taken to inhibit behaviour B.