Public Member Functions | Protected Member Functions

VgRoutingModule::VgIRouteCallback Interface Reference

VgIRouteCallback provides an interface for the route solver to communicate with the route requester. More...

Inheritance diagram for VgRoutingModule::VgIRouteCallback:
Inheritance graph
[legend]
Collaboration diagram for VgRoutingModule::VgIRouteCallback:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~VgIRouteCallback ()
 Destructor.
virtual void notifyRouteComputed (VgRouteRequestStatus pStatus, VgEngine::VgRefPtr< VgRoutingModule::VgIRoute > pRoute)=0
 Informs requester that a route has been computed.

Protected Member Functions

 VgIRouteCallback ()
 Constructor.

Detailed Description

VgIRouteCallback provides an interface for the route solver to communicate with the route requester.

Date:
25/02/2011

Constructor & Destructor Documentation

VgRoutingModule::VgIRouteCallback::VgIRouteCallback (  ) [inline, protected]

Constructor.

virtual VgRoutingModule::VgIRouteCallback::~VgIRouteCallback (  ) [virtual]

Destructor.


Member Function Documentation

virtual void VgRoutingModule::VgIRouteCallback::notifyRouteComputed ( VgRouteRequestStatus  pStatus,
VgEngine::VgRefPtr< VgRoutingModule::VgIRoute pRoute 
) [pure virtual]

Informs requester that a route has been computed.

Parameters:
pStatusIndicating the status of the result
[out]pRouteContaining the newly calculated route, or NULL if pStatus returns anthing other then eSuccess.
Remarks:
the caller is responsible for the deallocation of pRoute.

The documentation for this interface was generated from the following file:
VisioDevKit 2.0, Visioglobe® 2013