Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Provide IDnpTimeSource in Java and C# bindings. #357

Merged
merged 1 commit into from Mar 27, 2020
Merged

Conversation

emgre
Copy link
Member

@emgre emgre commented Mar 27, 2020

Fix #353.

  • Adds the Now method of IDnpTimeSource to the Java and C# bindings.
  • All the outstation update methods now takes a DNPTime with a timestamp quality. This is mainly used when reporting using CTO (g51v1 when synchronized, g51v2 when unsynchronized).
  • This introduces breaking changes and won't be merged into the 2.x branch for now.

All the update methods now take a DNPTime so the user can set the time synchronization status. This introduces breaking changes.
@codecov
Copy link

codecov bot commented Mar 27, 2020

Codecov Report

Merging #357 into develop will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #357      +/-   ##
===========================================
+ Coverage    45.95%   45.97%   +0.02%     
===========================================
  Files          501      501              
  Lines        21601    21601              
===========================================
+ Hits          9926     9931       +5     
+ Misses       11675    11670       -5
Impacted Files Coverage Δ
cpp/lib/src/outstation/OutstationContext.cpp 86.97% <0%> (+0.22%) ⬆️
cpp/lib/src/master/MasterContext.cpp 83.26% <0%> (+0.77%) ⬆️
cpp/lib/src/master/ClearRestartTask.h 92.3% <0%> (+15.38%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0855c7d...d29d21f. Read the comment docs.

@emgre emgre merged commit 84ef898 into develop Mar 27, 2020
@emgre emgre deleted the dnptimesource branch March 27, 2020 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant