[e38993]: / project / sparkplug™_mqtt_host_b9741afd / function_blocks_8ad6e219 / fb_primaryhost_ec6863e3 / fb_primaryhost_948b5570 / poolmanager_5b41423e / allocmetric_a26be070 / a26be070bca046d1b1bf18e64b90fd2c.object  Maximize  Restore  History

Download this file

1 lines (1 with data), 6.2 kB

1
{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)a26be070-bca0-46d1-b1bf-18e64b90fd2c","ParentGuid":"(Guid)948b5570-7cc5-435c-9690-793c65eb192c","Name":"(string)allocMetric","Properties":{"@Type":"2c41fa04:IDictionary","@Value":[{"@Key":"(Guid)829a18f2-c514-4f6e-9634-1df173429203","@Value":{"@Type":"829a18f2","@Value":{"ParentObjects":{"@Type":"fa2ee218:IDictionary","@Value":[{"@Key":"(Guid)21af5390-2942-461a-bf89-951aaf6999f1","@Value":"(Guid)5b41423e-5075-4030-998f-2e6fd689615c"}]}}}}]},"TypeGuid":"(Guid)f8a58466-d7f6-439f-bbb8-d4600e41d099","EmbeddedTypeGuids":{"@Type":"[Guid]","@Value":["(Guid)a9ed5b7e-75c5-4651-af16-d2c27e98cb94","(Guid)3b83b776-fb25-43b8-99f2-3c507c9143fc"]}}},"TypeInfos":{"2c41fa04":"{2c41fa04-1834-41c1-816e-303c7aa2c05b}","81297157":"{81297157-7ec9-45ce-845e-84cab2b88ade}","829a18f2":"{829a18f2-c514-4f6e-9634-1df173429203}","fa2ee218":"{fa2ee218-a39b-4b6d-b249-49dbddbd168a}","Guid":"System.Guid","string":"System.String"}},"object":{"Graph":{"@Type":"f8a58466","@Value":{"Implementation":{"@Type":"3b83b776","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)237","Tag":null,"Text":"(string)// steal an object from the pool, register it with the Edge / Device / RemoteTemplate and assign its name"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)238","Tag":null,"Text":"(string)IF NOT THIS^._MetricPool.ListIsEmpty THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)239","Tag":null,"Text":"(string)    itfElement := THIS^._MetricPool.HeadElem.RemoveElem(); //Remove it, but now it is not part of a group anymore"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)240","Tag":null,"Text":"(string)    IF __QUERYPOINTER( itfElement, pfb_Metric ) THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)241","Tag":null,"Text":"(string)        pfb_Metric^( itfMetricOwner := itfMetricOwner );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)242","Tag":null,"Text":"(string)        allocMetric REF= pfb_Metric^;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)243","Tag":null,"Text":"(string)    ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)244","Tag":null,"Text":"(string)\t\tnewObjectFromThinAirPlease := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)245","Tag":null,"Text":"(string)\tEND_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)246","Tag":null,"Text":"(string)ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)247","Tag":null,"Text":"(string)\tnewObjectFromThinAirPlease := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)248","Tag":null,"Text":"(string)END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)249","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)250","Tag":null,"Text":"(string)IF newObjectFromThinAirPlease THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)251","Tag":null,"Text":"(string)\t//No metric? No worries, we will just create one"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)252","Tag":null,"Text":"(string)\tpfb_Metric := _MetricsFactory.Create(itfData := initData, eError => FBFError);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)253","Tag":null,"Text":"(string)\tIF pfb_Metric <> 0 THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)254","Tag":null,"Text":"(string)\t\tpfb_Metric^( itfMetricOwner := itfMetricOwner );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)255","Tag":null,"Text":"(string)\t    allocMetric REF= pfb_Metric^;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)256","Tag":null,"Text":"(string)\t\t//No need to add it to the pool... we add it instead when we assign the owner"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)257","Tag":null,"Text":"(string)    ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)258","Tag":null,"Text":"(string)        eError := SPStack.ERROR.HostNotEnoughBlankMetrics;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)259","Tag":null,"Text":"(string)\t\tallocMetric REF= SPStack.GVL_sparkplug.InvalidMetric;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)260","Tag":null,"Text":"(string)    END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)98","Tag":null,"Text":"(string)END_IF"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)223","Tag":null,"Text":"(string)// Will try to allocate a new Metric with the given name"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)224","Tag":null,"Text":"(string)METHOD allocMetric : REFERENCE TO SPStack.FB_Metric"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)225","Tag":null,"Text":"(string)VAR_INPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)226","Tag":null,"Text":"(string)    itfMetricOwner : SPStack.IMetricOwner;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)227","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)228","Tag":null,"Text":"(string)VAR_OUTPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)229","Tag":null,"Text":"(string)    eError : SPStack.ERROR;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)230","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)231","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)232","Tag":null,"Text":"(string)    itfElement                 : LinkedList.IElement;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)233","Tag":null,"Text":"(string)    pfb_Metric                 : POINTER TO SPStack.FB_Metric;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)234","Tag":null,"Text":"(string)\tinitData                   : DummyData;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)235","Tag":null,"Text":"(string)\tFBFError                   : FBF.ERROR;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)236","Tag":null,"Text":"(string)\tnewObjectFromThinAirPlease : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1","Tag":null,"Text":"(string)END_VAR"}}]}}}}}}},"TypeInfos":{"3b83b776":"{3b83b776-fb25-43b8-99f2-3c507c9143fc}","a5de0b0b":"{a5de0b0b-1cb5-4913-ac21-9d70293ec00d}","a9ed5b7e":"{a9ed5b7e-75c5-4651-af16-d2c27e98cb94}","f3878285":"{f3878285-8e4f-490b-bb1b-9acbb7eb04db}","f8a58466":"{f8a58466-d7f6-439f-bbb8-d4600e41d099}","long":"System.Int64","string":"System.String"}}},"FormatVersion":"1.0"}