]> gerrit.simantics Code Review - simantics/platform.git/commit
Rest API for Historian data 96/1896/7
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Wed, 4 Jul 2018 10:28:35 +0000 (13:28 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 14 Aug 2018 11:46:16 +0000 (11:46 +0000)
commit286183f3501ea34badb28d05bd8de954eff9b8bc
treee01058be4bf229f4e56af1625eaec297d1bef8a9
parentb01289c9a4c5a976036c654d6aa9f87563bd7c4e
Rest API for Historian data

gitlab #40

Change-Id: I4bc9cc2dec3d3c2dcf902d372fc895b073d5e767
15 files changed:
bundles/org.simantics.history.rest/.classpath [new file with mode: 0644]
bundles/org.simantics.history.rest/.project [new file with mode: 0644]
bundles/org.simantics.history.rest/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.history.rest/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.history.rest/build.properties [new file with mode: 0644]
bundles/org.simantics.history.rest/scl/Simantics/History/RESTServer.scl [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryCache.java [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryRestApi.java [new file with mode: 0644]
bundles/org.simantics.history.rest/src/org/simantics/history/rest/HistoryRestServer.java [new file with mode: 0644]
bundles/org.simantics.history/src/org/simantics/history/HistorySamplerItem2.java
bundles/pom.xml
features/org.simantics.history.rest.feature/.project [new file with mode: 0644]
features/org.simantics.history.rest.feature/build.properties [new file with mode: 0644]
features/org.simantics.history.rest.feature/feature.xml [new file with mode: 0644]
features/pom.xml