Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-dev] Adding own code structure for chargingStations
  • From: Filip Lukic <filip.lukic@xxxxxxxxxxxxxxx>
  • Date: Thu, 19 May 2022 12:59:33 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=donau-uni.ac.at; dmarc=pass action=none header.from=donau-uni.ac.at; dkim=pass header.d=donau-uni.ac.at; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WP1wm7KKA49is7YIem75YfMdcvOWV4A3eGyst6AYtOk=; b=VA4GVIRc+K5cts/gaZCoqaYrsg4QxCp3rCPCWwqmouWPvDizcgLMlY04/FjYcxXz9d2BGQE0G2DjZrS+gLzu90dk3pkGtcs79qn07ycy5HSk0QnCSL9C44j1YAeQ94nsJ1dgZV7WKThS2dmWgCbWQnVW/Bo04zu7eosUsx7+546A+8LcWJvADWEaOe++JckQSO0+/lA7LN42ZcReqRAJJi77spvzjbUBSHa+7tjD6DkpRIkLIOtsD3s5mUDPvW5jW58OfVCfphRCf4k0zTnGGQm7r2QLQq+1j6G5hDy47s3sUzwYUronl54GVQA8yin2q/tBEYCpG79DsETveyBCIQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DznWg3+7ldaAzQcasFk+RXvHkVzM2wkQglVJ2K39QoEoLmKUwcsDRXySOCcRClYpU3XmjAGBRREeFEyFdcNp+5WsHJzW13m+Nbs8cmWDILPe44de8FG3RI0gfBEIvemhD0kXOBQt2qV6vtStJqBcPkAJuKSxU86IRpv76PQcwqGaEzuBXkF0P3yYeTrNb2iaHwGNYzP8NQCItdxU24mYQLBwQbuW30Ok+PwdLNnyNPgPYs6E83xJvNYJqd/TTJDVCuSFqsJlm3YSWNp6A6GQBibvDbWNiokv7+UV1LN1x0Zf/W0zse4IRy+coFYPRoQVDBpEq7AhrXbgKfFqkCqBHQ==
  • Delivered-to: sumo-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-dev/>
  • List-help: <mailto:sumo-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-dev>, <mailto:sumo-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: b11c5384-630a-5391-2c28-49a815c35c7f
  • Thread-index: AQHYa39c051Z432tc0K3BCSli0KEhQ==
  • Thread-topic: Adding own code structure for chargingStations

Dear SUMO-Dev Community,

I am starting to work on extending Netedit and SUMO and I want to make a structure, that can make a group of chargingStations, so that such a group of chargingStations has an own attribute.

Example:

chargingStationGroup1 has multiple chargingStations and a Attribute for describing the sum of all 'powers' of this Group
chargingStationGroup2 has multiple chargingStations and a Attribute for describing the sum of all 'powers' of this Group
etc. 

Unfortunately I really don't know how and where to start by implementing such an own structure.

Regards,
Filip

Back to the top