Public Member Functions | Protected Attributes

CargoTransfer Class Reference

Action of transferring cargo from a vehicle to a station. More...

#include <cargoaction.h>

Inheritance diagram for CargoTransfer:
CargoMovement< VehicleCargoList, StationCargoList >

Public Member Functions

 CargoTransfer (VehicleCargoList *source, StationCargoList *destination, uint max_move, CargoPayment *payment)
bool operator() (CargoPacket *cp)
 Transfers some cargo from a vehicle to a station.

Protected Attributes

CargoPaymentpayment
 Payment object for registering transfer credits.

Detailed Description

Action of transferring cargo from a vehicle to a station.

Definition at line 73 of file cargoaction.h.


Member Function Documentation


The documentation for this class was generated from the following files: