dlsantos / dnp3

Automatically exported from code.google.com/p/dnp3
0 stars 0 forks source link

Used link command status in slave testset does not update values in the right data observer #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enable link command status in slave xml
2. use master to change a BO or AO
3. run show on master and slave

https://github.com/greenenergycorp/dnp3/blob/master/TestSet/StackHelpers.cpp#L73
Line 73 should be shifted down line and passed the mdo 
(multiplexingdataobserver) rather than the pObs (that is the stacks 
dataobserver). The MultiplexingDataObserver just duplicates the changes from 
the terminal extensions so when you type "show" you see the exact same result 
as what the master should be seeing.

Original issue reported on code.google.com by jadamcrain on 19 Dec 2010 at 4:37

GoogleCodeExporter commented 9 years ago
Resolved in 0.9.3

Original comment by jadamcrain on 11 Jan 2011 at 5:31