#include "Tools/Streams/InOut.h"
#include "Tools/Player.h"
#include "Tools/DynamicTeamTactic/RateableOptions.h"
Include dependency graph for BehaviorTeamMessage.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | BehaviorTeamMessage |
| Represents a message that is exchanged between the behaviors of different robots. More... | |
| struct | BehaviorTeamMessage::WalkR |
Functions | |
| In & | operator>> (In &stream, BehaviorTeamMessage &behaviorTeamMessage) |
| Streaming operator that reads a BehaviorTeamMessage from a stream. | |
| Out & | operator<< (Out &stream, const BehaviorTeamMessage &behaviorTeamMessage) |
| Streaming operator that writes a BehaviorTeamMessage to a stream. | |
Definition in file BehaviorTeamMessage.h.
|
||||||||||||
|
Streaming operator that reads a BehaviorTeamMessage from a stream.
Definition at line 27 of file BehaviorTeamMessage.cpp. References BehaviorTeamMessage::dynamicRole, BehaviorTeamMessage::estimatedTimeToReachBall, BehaviorTeamMessage::gameState, BehaviorTeamMessage::masterWaitState, BehaviorTeamMessage::message, BehaviorTeamMessage::ocStatus, BehaviorTeamMessage::ratedOptions, and BehaviorTeamMessage::walkRequest. |
|
||||||||||||
|
Streaming operator that writes a BehaviorTeamMessage to a stream.
Definition at line 51 of file BehaviorTeamMessage.cpp. References BehaviorTeamMessage::dynamicRole, BehaviorTeamMessage::estimatedTimeToReachBall, BehaviorTeamMessage::gameState, BehaviorTeamMessage::masterWaitState, BehaviorTeamMessage::message, BehaviorTeamMessage::ocStatus, BehaviorTeamMessage::ratedOptions, and BehaviorTeamMessage::walkRequest. |
1.3.6