Eclipse SUMO - Simulation of Urban MObility
TraCIServerAPI_OverheadWire Class Reference

APIs for getting/setting busstop values via TraCI. More...

#include <TraCIServerAPI_OverheadWire.h>

Static Public Member Functions

static bool processGet (TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
 Processes a get value command (Command 0xa6: Get OverheadWire Variable) More...
 
static bool processSet (TraCIServer &server, tcpip::Storage &inputStorage, tcpip::Storage &outputStorage)
 Processes a set value command (Command 0xc6: Change OverheadWire State) More...
 

Private Member Functions

TraCIServerAPI_OverheadWireoperator= (const TraCIServerAPI_OverheadWire &s)
 invalidated assignment operator More...
 
 TraCIServerAPI_OverheadWire (const TraCIServerAPI_OverheadWire &s)
 invalidated copy constructor More...
 

Detailed Description

APIs for getting/setting busstop values via TraCI.

Definition at line 34 of file TraCIServerAPI_OverheadWire.h.

Constructor & Destructor Documentation

◆ TraCIServerAPI_OverheadWire()

TraCIServerAPI_OverheadWire::TraCIServerAPI_OverheadWire ( const TraCIServerAPI_OverheadWire s)
private

invalidated copy constructor

Member Function Documentation

◆ operator=()

TraCIServerAPI_OverheadWire& TraCIServerAPI_OverheadWire::operator= ( const TraCIServerAPI_OverheadWire s)
private

invalidated assignment operator

◆ processGet()

bool TraCIServerAPI_OverheadWire::processGet ( TraCIServer server,
tcpip::Storage inputStorage,
tcpip::Storage outputStorage 
)
static

Processes a get value command (Command 0xa6: Get OverheadWire Variable)

Parameters
[in]serverThe TraCI-server-instance which schedules this request
[in]inputStorageThe storage to read the command from
[out]outputStorageThe storage to write the result to

Definition at line 34 of file TraCIServerAPI_OverheadWire.cpp.

References libsumo::CMD_GET_OVERHEADWIRE_VARIABLE, TraCIServer::getWrapperStorage(), TraCIServer::initWrapper(), tcpip::Storage::readString(), tcpip::Storage::readUnsignedByte(), libsumo::RESPONSE_GET_OVERHEADWIRE_VARIABLE, libsumo::RTYPE_OK, toHex(), TraCIServer::writeErrorStatusCmd(), TraCIServer::writeResponseWithLength(), and TraCIServer::writeStatusCmd().

Referenced by TraCIServer::TraCIServer().

Here is the caller graph for this function:

◆ processSet()

bool TraCIServerAPI_OverheadWire::processSet ( TraCIServer server,
tcpip::Storage inputStorage,
tcpip::Storage outputStorage 
)
static

Processes a set value command (Command 0xc6: Change OverheadWire State)

Parameters
[in]serverThe TraCI-server-instance which schedules this request
[in]inputStorageThe storage to read the command from
[out]outputStorageThe storage to write the result to

Definition at line 53 of file TraCIServerAPI_OverheadWire.cpp.

References libsumo::CMD_SET_OVERHEADWIRE_VARIABLE, tcpip::Storage::readInt(), tcpip::Storage::readString(), TraCIServer::readTypeCheckingString(), tcpip::Storage::readUnsignedByte(), libsumo::RTYPE_OK, toHex(), libsumo::TYPE_COMPOUND, libsumo::VAR_PARAMETER, TraCIServer::writeErrorStatusCmd(), and TraCIServer::writeStatusCmd().

Referenced by TraCIServer::TraCIServer().

Here is the caller graph for this function:

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