Eclipse SUMO - Simulation of Urban MObility
libsumo::TraCINextStopDataVector Struct Reference

A list of vehicle stops. More...

#include <TraCIDefs.h>

Inheritance diagram for libsumo::TraCINextStopDataVector:
[legend]
Collaboration diagram for libsumo::TraCINextStopDataVector:
[legend]

Public Member Functions

std::string getString ()
 
virtual const std::vector< unsigned char > toPacket () const
 

Data Fields

std::vector< TraCINextStopDatavalue
 

Detailed Description

A list of vehicle stops.

See also
TraCINextStopData

Definition at line 437 of file TraCIDefs.h.

Member Function Documentation

◆ getString()

std::string libsumo::TraCINextStopDataVector::getString ( )
inlinevirtual

Reimplemented from libsumo::TraCIResult.

Definition at line 438 of file TraCIDefs.h.

◆ toPacket()

virtual const std::vector<unsigned char> libsumo::TraCIResult::toPacket ( ) const
inlinevirtualinherited

Definition at line 133 of file TraCIDefs.h.

Field Documentation

◆ value

std::vector<TraCINextStopData> libsumo::TraCINextStopDataVector::value

Definition at line 448 of file TraCIDefs.h.


The documentation for this struct was generated from the following file: