Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++
  • From: <Leonhard.Luecken@xxxxxx>
  • Date: Wed, 23 Jan 2019 12:26:37 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:t0ZcFhbCUmZJQTDwciBELZL/LSx+4OfEezUN459isYplN5qZoMWzbnLW6fgltlLVR4KTs6sC17KG9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCa+bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA57m/Zl9BwgqxYrhKvpRN/wpLbb46OOfVkYq/QeckXSXZdUspMUSFKH4Oyb5EID+oEJetVqI/zqEUJrRu4BQmjHvnvxSJSinHwwK01zfguEQLY0wwmBN8BrXDUrM/vOKgPT++41a/FxijNYfNR3Dfy8onIchY5rP6RWbJwa9DdxlQxGA7Dk16eqpTlMiuI2ugRqWSX8ultWO21h2I6pQx8oSKjytoyhoXRm44Z1krI+Th6zYs6P9G0VUB2bN2+HJdOtyyXOJN6Tt4jTmxsoio21L0LtJGhcCUL0pgr2QLTZv2BfoOV+BzsTvyRLi19hH99fbK/gAu9/la4x+3nU8m0zE5Kri1YktnQrnwN1wLc6syASvZl8Emv3ziB2Q/T5O9EJk46lq3VJYQ9zrIumZQcsFrOEjX3mEXwkK+WbF8r9vK15OTjeLXqvIKTOJFshgH/NKQhhNC/DPwlPgQSRWSX5Oex2bL58UHkTrhHjec6nrTHvJzCIMQUvK+5Awtb0oY57Ba/Ci+r3tIGknkAKlJFeAiIj5L0NF3UJv74EOmwjEivkDh1wfDLJaDuApHXLnTZjbjuY65x61RAxwor0dBf+5VUB6kaIPLuX0/xs8XUDgIiMwOq2ebqE8ty2Z8aWWKOGq+ZK73dvUWP5uI1LOnfLLMS7WLmNv0iouP1gGURlFQZfLGy0N0Qcn/uTdp8JEDMNV7hhdEBGH0G+C4jQefphVuqXTpJIXq/CfFvrgonAZ6rWN+QDrumh6aMiX+2
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdSzDeS7q8bFXEfFR3qu3yLxOL8a0wACDwEQ
  • Thread-topic: Filter Member miss in the class TraCIScopeWrapper in c++

Hi Christian,

Sorry, currently, there is no filter implementation for the C++ client. I think is not so difficult to add it, though.

For that, one should take a look at what is done in the corresponding methods of the python client (in tools/traci/_connection.py and tools/traci/_vehicle.py – look for subscriptionFilter) and port it to the TraCIAPI::VehicleScope.

Best,

Leo

 

Von: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] Im Auftrag von christian.damdjowabo@xxxxxx
Gesendet: Mittwoch, 23. Januar 2019 12:22
An: sumo-user@xxxxxxxxxxx
Betreff: [sumo-user] Filter Member miss in the class TraCIScopeWrapper in c++

 

Hello Jakob,

it seem that is at the moment not possible to use the Filter functionalities via TRACI-Cpp. The Class TraCIAPI::TraCIScopeWrapper don’t have filter-members.

Please can you also give me an hint how these Filter have to be use in C++…. I think, it would be different as Python . Here it’s just the syntax inside Python (http://sumo.dlr.de/wiki/TraCI/Interfacing_TraCI_from_Python#Context_Subscription_Filters).

Thank you very much for your help

 

Br

 

Christian

 


Back to the top