Activity for i-campbell

  • i-campbell i-campbell committed [r618]

    Created branch DDEATH [#101]

  • i-campbell i-campbell committed [r619]

    branched and Added DDEATH to StateMachine [#101]

  • i-campbell i-campbell committed [r620]

    Forgot to add the Action to the DDEATH step

  • i-campbell i-campbell committed [r621]

    V1.3.0.2 implemented DDEATH [#101]

  • i-campbell i-campbell committed [r622]

    Updated example project to use latest library and added DeviceHealthy

  • i-campbell i-campbell committed [r623]

    Binary commit of trunk example and library V1.3.0.2

  • i-campbell i-campbell committed [r624]

    removing 3x old branches

  • i-campbell i-campbell committed [r640]

    Added support for obtaining certificates with no Country or Organization [#106]

  • i-campbell i-campbell committed [r641]

    commit of binary .library trunk

  • i-campbell i-campbell committed [r666]

    new branch /branches/i-campbell/

  • i-campbell i-campbell committed [r667]

    branched library from branches/h-hermsen/

  • i-campbell i-campbell committed [r668]

    example project for primary host

  • i-campbell i-campbell committed [r669]

    example project for primary host

  • i-campbell i-campbell committed [r679]

    Sync changes from /h-hermsen/library to /i-campbell/library

  • i-campbell i-campbell committed [r680]

    V1.3.4.4 Continued to flesh out dynamic metrics

  • i-campbell i-campbell committed [r681]

    Registering a GroupID which already has a Name, will cause it to be added to the used GroupIDs and not the groupIDPool

  • i-campbell i-campbell committed [r694]

    maybe it is the spaces?

  • i-campbell i-campbell committed [r695]

    v1.4.0.1 merged i-campbell and h-hermsen branches

  • i-campbell i-campbell committed [r696]

    Created directory /trunk/mqttsparkplug/

  • i-campbell i-campbell committed [r697]

    v1.4.0.1 trunked

  • i-campbell i-campbell committed [r708]

    copy hermsen branch to campbell branch

  • i-campbell i-campbell committed [r709]

    started to handle received NBIRTHs

  • i-campbell i-campbell committed [r710]

    v1.4.0.3 added FB_TopicParser in i-campbell branch

  • i-campbell i-campbell committed [r711]

    upmerged trunk to i-campbell branch

  • i-campbell i-campbell committed [r712]

    v1.4.0.3 added FB_TopicParser in trunk

  • i-campbell i-campbell committed [r713]

    v1.4.0.3 binary commit of trunk library

  • i-campbell i-campbell committed [r715]

    v1.4.0.4 fixed PrimaryHost Client ID

  • i-campbell i-campbell committed [r716]

    v1.4.0.4 binary commit of trunk library

  • i-campbell i-campbell committed [r728]

    removed the letter 'b' from the example binary in trunk

  • i-campbell i-campbell committed [r729]

    removing old personal branch

  • i-campbell i-campbell committed [r730]

    deleting SP14 branch - just use the latest compiler version even with your old runtime.

  • i-campbell i-campbell committed [r736]

    v1.4.0.7 Primary host now passes the NBIRTH to the Edge for further processing

  • i-campbell i-campbell committed [r738]

    Changed MetricStatus.ONLINE_OK to GOOD as that's what the sparkplug spec calls it

  • i-campbell i-campbell committed [r740]

    FB_RemoteMetric now contains two IStorageMetrics, so that the Payload can provide storage metrics for BIRTHS even when it has already given the metrics away to another MetricOwner.

  • i-campbell i-campbell committed [r741]

    moved unit test to branch so it can be brought up to speed with the trunk library

  • i-campbell i-campbell committed [r742]

    removed the 'b' directory in /trunk/

  • i-campbell i-campbell committed [r745]

    First pass at assigning remote metrics from NBIRTH

  • i-campbell i-campbell committed [r746]

    v1.4.0.8 NBIRTHs received by PrimaryHost now allocates all the metrics with the right name

  • i-campbell i-campbell committed [r747]

    Change some VAR_IN_OUTs to VAR_IN_OUT CONSTANT to allow calls like GetGroupId("G1") instead of GetGroupId(G1) where G1 : WSTRING := "G1";

  • i-campbell i-campbell committed [r748]

    Exposed IRemoteMetric as PUBLIC (was INTERNAL)

  • i-campbell i-campbell committed [r749]

    Made "GetMetricByx" return a valid pointer to GVL_sparkplug.InvalidRemoteMetric, so if anyone uses the result without proving it first, it doesn't cause an exception.

  • i-campbell i-campbell committed [r750]

    Updated PrimaryHostExample to show reading a value from Edges

  • i-campbell i-campbell committed [r755]

    Upmerge trunk into primary host

  • i-campbell i-campbell committed [r756]

    Merging PrimaryHost feature branch into trunk.

  • i-campbell i-campbell committed [r757]

    Craeted Feature branch for Refactor Payload

  • i-campbell i-campbell committed [r758]

    Payload Refactor [#102]

  • i-campbell i-campbell committed [r769]

    v1.4.0.9 fixed ARM bug accessing unaligned REALs and LREALs from the Payload

  • i-campbell i-campbell committed [r779]

    I haven't figured out tree conflicts, so I will just get rid of this branch

  • i-campbell i-campbell committed [r780]

    branch primaryhost from trunk

  • i-campbell i-campbell committed [r781]

    primaryhost: NBIRTHs should now set the value of the metrics

  • i-campbell i-campbell committed [r782]

    primaryhost NBIRTH now correctly sets the datatype of the remoteMetric

  • i-campbell i-campbell committed [r783]

    branch primaryhostexample: Updated PrimaryHosst.Metric.Value to Metric.<SparkplugType>

  • i-campbell i-campbell committed [r807]

    Uploaded binaries of library and example project to trunk

  • i-campbell i-campbell committed [r808]

    Branch: PrimaryHost v1.4.0.13 Implemented PrimaryHost DBIRTH/DDATA/DDEATH

  • i-campbell i-campbell committed [r814]

    upmerged trunk into branches/refactorpayload

  • i-campbell i-campbell committed [r815]

    Branch: refactorpayload. progress towards [#102]

  • i-campbell i-campbell committed [r825]

    [#102] PayloadRefactor

  • i-campbell i-campbell committed [r826]

    [#102] PayloadRefactor. Upmerge of trunk

  • i-campbell i-campbell committed [r827]

    [#116] in branch PayloadRefactor. Improved WriteDeviceLog to also accept messages without '%s'

  • i-campbell i-campbell committed [r828]

    [#102] PayloadRefactor. Renamed FB_RemoteMetric and IRemoteMetric to FB_Metric and IMetric

  • i-campbell i-campbell committed [r829]

    [#102] Payload Refactor Renamed the FB_RemoteMetric folder to FB_Metric

  • i-campbell i-campbell committed [r830]

    [#102] Umperged trunk

  • i-campbell i-campbell committed [r831]

    created /branches/develop/ for housing the shared branch for development.

  • i-campbell i-campbell committed [r832]

    created directory branches/develop/mqttsparkplug

  • i-campbell i-campbell committed [r833]

    branched trunk library to /branches/develop/mqttsparkplug/mqttsparkplug

  • i-campbell i-campbell committed [r835]

    [#102] changes from payloadrefactor merged into develop branch from an SVN-discconected .library

  • i-campbell i-campbell committed [r838]

    Removed all branches/FeatureBrances/ as they are now stale

  • i-campbell i-campbell committed [r839]

    [#102] v1.4.2.1 Payload Refactor.

  • i-campbell i-campbell committed [r840]

    [#102] develop branch. Payload Refactor. Updated example to run with new FB_Metrics

  • i-campbell i-campbell committed [r841]

    [#102] v1.4.2.2 Payload Recfactor. Re-added Edge.NBIRTH and Edge.NDATA

  • i-campbell i-campbell committed [r842]

    [#102] Upped the library version of the example

  • i-campbell i-campbell committed [r843]

    [#102] v1.4.2.3 Payload Recfactor. Removed IStorageMetric and associated objects

  • i-campbell i-campbell committed [r844]

    [#102] Upped the library version of the example

  • i-campbell i-campbell committed [r845]

    [#102] v1.4.2.4 RefactorPayload. Remove some AllMetricList

  • i-campbell i-campbell committed [r847]

    [#102] Paylaod Refactor. Removed unneccesaryy __QUERYINTERFACE in the example

  • i-campbell i-campbell committed [r850]

    [#102] Payload Refactor. Removed unneded Rebirth := _Rebirth

  • i-campbell i-campbell committed [r853]

    It is easier to tear down a branch than it is to remerge with the trunk :D

  • i-campbell i-campbell committed [r854]

    branch develop : lets keep developing

  • i-campbell i-campbell committed [r855]

    [#129] Edge Itterator : Added Method Stubs for an IAuthor

  • i-campbell i-campbell committed [r856]

    [#129] Edge Itterator : FB_Edge is now an IAuthor

  • i-campbell i-campbell committed [r857]

    [#129] Removed FB_DeviceMQTT's publisher

  • i-campbell i-campbell committed [r858]

    [#129] Progress towards IAuthor

  • i-campbell i-campbell committed [r859]

    [#129] refactored IAuthor => IMessageSource

  • i-campbell i-campbell committed [r860]

    [#129] Renamed some functions

  • i-campbell i-campbell committed [r861]

    [#130] Host crawler - implemented IMessageSource in FB_RemoteDevice for DCMD

  • i-campbell i-campbell committed [r862]

    [#130] Host Itterator - RemoteEdges implement IMessageSource for their child devices

  • i-campbell i-campbell committed [r863]

    [#130] FB_RemoteEdge's IMessageSource now offers its own NCMDs as well

  • i-campbell i-campbell committed [r864]

    Edge: Fixed Compiler warning about external usage of VAR_IN_OUT for publish period

  • i-campbell i-campbell committed [r865]

    [#130] PrimaryHost itterator . Primary Host can now itterate all its Edges and devices looking for an xCMD

  • i-campbell i-campbell committed [r866]

    [#130] PrimaryHost itterator . Primary Host now itterates all its Edges and devices looking for an xCMD and publishes them

  • i-campbell i-campbell committed [r867]

    [#125] PrimaryHost now publishes NCMDs and DCMDs

  • i-campbell i-campbell committed [r868]

    [#125] Updated example project. Primary host now sends xCMDs.

  • i-campbell i-campbell committed [r869]

    PrimaryHost: Fixed a bug where you would hit an exception if there weren't enough Host Pool Objects

  • i-campbell i-campbell committed [r872]

    [#129] v1.4.2.7 SeqNums : Edge/Device Now successfully publishing with the correct seqnums

  • i-campbell i-campbell committed [r873]

    [#129] updated example for new library version 1.4.2.7

  • i-campbell i-campbell committed [r879]

    [#131] v1.4.2.9 fixes issue with skipping DBIRTHs and DDEATHs

  • i-campbell i-campbell committed [r880]

    [#131] updated example project to the new library version

  • i-campbell i-campbell committed [r891]

    v1.4.2.12 Library now uses FBFactory to create GroupIDs, RemoteEdges, RemoteDevices and Metrics

  • i-campbell i-campbell committed [r892]

    example for 1.4.2.12

  • i-campbell i-campbell committed [r893]

    [#138] [#137] v1.4.2.13 Fixed missing DBIRTH and Edge Publish Rates

<< < 1 .. 4 5 6 >