/branches/i-campbell Commit Log


Commit Date  
[r318] by i-campbell

There were some unit tests which shared resources. separating these resources solved the final test [#45]
I also noticed at one point, there was a Direct copy of a list:-
MetricPool : SparkplugB.List;
GVL.AllMetricsList : SparkplugB.List;
MetricPool := GVL.AllMetricsList;
This probably caused the headaches in [#47]
Maybe there is a trick to prevent copying lists like that?

2020-08-24 22:08:35 Tree
[r317] by i-campbell

branch trunk library to branches/i-campbell/

2020-08-24 20:41:24 Tree
[r316] by i-campbell

branching unittest to /branches/i-campbell/

2020-08-24 19:57:52 Tree
[r315] by i-campbell

we don't need no branch stagnation

2020-08-24 19:51:05 Tree
[r280] by i-campbell

Added test skeletons for FB_EoN [#5] [#37]

2020-08-04 22:13:02 Tree
[r279] by i-campbell

copying unit test from aliazz branch to i-campbell branch

2020-08-04 18:53:38 Tree
[r270] by i-campbell

Cleaned up some info messages. Refactored EncodeNextString for speed. [#11]

2020-07-25 22:56:53 Tree
[r264] by i-campbell

Remaned MetricPool to AllMetricWhichWillEverReport and added hasSeq to FB_PayloadSimpleEncoder.Initialize... [#34]
The rename was not done in FB_Payload, as this may not be accurate there in future.

2020-07-25 13:49:07 Tree
[r246] by i-campbell

Merged trunk .library into branches/i-campbell
this was done using:
- checkout trunk
- "Disconnect"
- "connect project to..." branches/i-campbell
- commit

2020-07-20 20:09:05 Tree
[r227] by i-campbell

Converted AddMetricString to AddMetric [#34]

2020-07-06 21:59:12 Tree
[r226] by i-campbell

adjusted FB_PayloadSimple.AddMetricString to FB_PayloadSimple.AddMetric

2020-07-06 21:56:37 Tree
[r221] by i-campbell

Library that works with Simple Encode Decode Example [#11]
Resolves [#36]
Resolves [#35]

2020-07-04 21:26:37 Tree
[r220] by i-campbell

Working Payload Encode Decode Simple Example [#11]

2020-07-04 21:23:46 Tree
[r219] by i-campbell

Updated to allow for lists being of Sparkplug.List and not COL.LinkedList [#35]
Removed VisuDialogs from Library manager

2020-07-04 14:01:31 Tree
[r218] by i-campbell

Added ability to steal children to AppendElem [#35]

2020-07-04 13:58:06 Tree
[r217] by i-campbell

Replaced Ellement COLlections Library with an open linked list, to make it easier to steal Objects [#11]
Will have broken the Example Project

2020-07-03 23:54:58 Tree
[r216] by i-campbell

Return notImplemented for Payload members which are not yet supported [#34]

2020-07-01 21:22:19 Tree
[r212] by i-campbell
2020-06-28 20:57:22 Tree
[r199] by i-campbell

Split PayloadSimple into PayloadSimpleEncoder and PayloadSimpleDecoder, upped to V0.0.0.9 [#34]
Fixed some bugs with UTF8 encoding section

2020-06-28 14:59:29 Tree
[r198] by i-campbell

updated example with simpledecode [#34]

2020-06-28 14:56:35 Tree
[r195] by i-campbell

Now uses V0.0.0.8 of Sparkplug B with FB_PayloadSimple [#11]
updated FB_PayloadExample to work with the new MetricPool

2020-06-27 17:27:41 Tree
[r194] by i-campbell

MetricPool is now a COL.LinkedList, Added PayloadSimple and FB_SparkplugString, fixed UTF8 encoding [#11]

2020-06-27 17:25:33 Tree
[r193] by i-campbell

Fixed bug with FB_PayloadDataset.AddColumn(), which previously returned and outputted an ERROR [#11]
Now it only returns an ERROR

2020-06-27 11:51:50 Tree
[r192] by i-campbell

merged trunck changes from r190 to my branches/i-campbell

2020-06-27 11:41:17 Tree
[r188] by i-campbell

Added Decode Section to example usage of Payload [#11]

2020-06-19 22:02:49 Tree
Older >