Commit b3f9535b authored by András Wippelhauser's avatar András Wippelhauser
Browse files

Add estimated arrival time. TODO: check if redundant with parking space status occupiedUntil

parent 33042436
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -85,13 +85,16 @@ ParkingSpaceSegments ::= SEQUENCE (SIZE (0..31)) OF ParkingSpaceSegment
 *
 * @field estimatedArrivalTime: The estimated time of arrival to the parking space.
 *
 * @field estimatedDepartureTime: TODO: This may be redundant. Eric will check if it is.
 *
 * @category:
 * @revision: Created in V2.1.1
*/
ParkingSpaceIntentIndication ::= SEQUENCE {
    spaceId                 Identifier2B, -- TODO: how to tell which to use in segment
    reporter                StationId,
    estimatedArrivalTime    TimestampIts OPTIONAL
    estimatedArrivalTime    TimestampIts OPTIONAL,
    estimatedDepartureTime  TimestampIts OPTIONAL
}

/**