<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: JSON in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740668#M178502</link>
    <description>&lt;P&gt;Is there a way to find out what the routines are inside a C++ dll and then call them from Fortran.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2026 18:16:58 GMT</pubDate>
    <dc:creator>JohnNichols</dc:creator>
    <dc:date>2026-03-12T18:16:58Z</dc:date>
    <item>
      <title>JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740532#M178495</link>
      <description>&lt;LI-CODE lang="json"&gt;				{
					"lsm6dsv16x_acc": {
						"c_type": 0,
						"data_type": "int16",
						"dim": 3,
						"enable": true,
						"ep_id": 1,
						"fs": 3,
						"ioffset": 0.3493388891220093,
						"measodr": 7443.77197265625,
						"odr": 10,
						"samples_per_ts": 1000,
						"sd_dps": 15360,
						"sensitivity": 0.0004879999905824661,
						"sensor_annotation": "",
						"sensor_category": 0,
						"st_ble_stream": {
							"acc": {
								"channels": 3,
								"elements": 40,
								"enable": false,
								"format": "int16_t",
								"multiply_factor": 0.0004879999905824661,
								"odr": 666,
								"unit": "g"
							},
							"id": 0
						},
						"stream_id": 1,
						"usb_dps": 2304
					}
				},&lt;/LI-CODE&gt;&lt;P&gt;I am trying to input a binary file and then output the signal as double precision.&amp;nbsp; &amp;nbsp;Any idea what the term elements means?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 19:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740532#M178495</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-03-11T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740534#M178496</link>
      <description>&lt;P&gt;John, what does this have to do with Intel Fortran? You'd have to consult the documentation for whatever device created this to know what the various fields mean. The whole point of JSON is that it's a generic structure.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 20:07:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740534#M178496</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2026-03-11T20:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740536#M178497</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/89041"&gt;@JohnNichols&lt;/a&gt;&amp;nbsp;. It's nice to see you using Fortran to try to decode and process these binary data signals. My guess is that "elements" might be&amp;nbsp;the number of time-domain samples per channel that are bundled together and sent as one BLE (Bluetooth Low Energy) stream block. This approach would send the data in batches to save power.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 20:21:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740536#M178497</guid>
      <dc:creator>witwald</dc:creator>
      <dc:date>2026-03-11T20:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740541#M178498</link>
      <description>&lt;P&gt;Intel Fortran&lt;/P&gt;&lt;P&gt;The program is written in Intel Fortran.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The device belongs to ST Microelectronics, a week ago I asked my first question, two days later my second, four days later the same questions, and just before I posted it here, I asked again on their Forum, which is a challenge.&amp;nbsp; I sent two private messages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ST Microelectronics zip&amp;nbsp; Intel Fortran Forum == 2,&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;number of time-domain samples per channel&amp;nbsp; - I though maybe that and after I posted the question, I thought divide the number of known numbers into the number of bytes and that might help.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 21:44:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740541#M178498</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-03-11T21:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740668#M178502</link>
      <description>&lt;P&gt;Is there a way to find out what the routines are inside a C++ dll and then call them from Fortran.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 18:16:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740668#M178502</guid>
      <dc:creator>JohnNichols</dc:creator>
      <dc:date>2026-03-12T18:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740672#M178504</link>
      <description>Dumpbin with the correct options will give the routines either by name or ordinal. But you need to know the API to call them</description>
      <pubDate>Thu, 12 Mar 2026 18:48:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740672#M178504</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2026-03-12T18:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: JSON</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740674#M178505</link>
      <description>&lt;P&gt;dumpbin -exports , but you also would need to use LoadLibrary and GetProcAddress unless you managed to create an export library from the DLL (or used a .DEF file).&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 19:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/JSON/m-p/1740674#M178505</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2026-03-12T19:20:23Z</dc:date>
    </item>
  </channel>
</rss>

