34 : drive_(drive), next_station_(next_station), next_station_ip_(std::move(next_station_ip)){};
36 [[nodiscard]] uint32_t getNextStation()
const {
return next_station_; }
37 [[nodiscard]] std::string getNextStationIP()
const {
return next_station_ip_; }
38 [[nodiscard]]
DriveMessage getDriveMessage()
const {
return drive_; }
40 SERIALIZE(drive_, next_station_, next_station_ip_);
44 uint32_t next_station_ = 0;
45 std::string next_station_ip_;