SOLA
|
#include <handover_message.h>
Public Member Functions | |
HandoverMessage (const DriveMessage &drive, uint32_t next_station, std::string next_station_ip) | |
uint32_t | getNextStation () const |
std::string | getNextStationIP () const |
DriveMessage | getDriveMessage () const |
SERIALIZE (drive_, next_station_, next_station_ip_) | |
Message that is send from PickupStation
to logical AGV with drive instructions and information about a pickup station. The AGV should change its authority to this station.