Skip to content

Vehicle Handover Library

Zeeljko edited this page May 31, 2017 · 5 revisions

Description

The VehicleHandoverLibrary offers functionality to transfer vehicles between different Traffic Simulations. For every team there is a designated Amazon SimpleQueueService in the background. Users of the library may push vehicles to their group's queue. Furthermore, users are able to subscribe to other queues for incoming vehicles.

Changelog

Assembly Version: 1.0.0.0
Changes: Initial Version
From: dschoeninger.itsb‐m2016@fh‐salzburg.ac.at

Prerequisites

aws1

  • The example code below shows how to use the library.

Example Code

aws2
aws3

Datamodel

The library only consists of a Vehicle class, a VehicleType enumeration and a Groups enumeration.

Vehicle class

  • Namespace: VehicleHandoverLibrary
  • Properties:

aws4

VehicleType enum

Namespace: VehicleHandoverLibrary
Enum:
public enum VehicleType { CAR, TRUCK, BIKE };

Group enum

Namespace: VehicleHandoverLibrary
Enum:
public enum Groups { GROUP01, GROUP02, GROUP03 }

Clone this wiki locally