Date Time dependency of publishing PD telegrams Multicast.
userStatus casting bug in tlm_reply e tlm_replyQuery
Thanks a lot, Simone
Thanks Bernd. Setting <device-configuration memory-size="524288"> I solved. But is the maximum number of sessions known, which the library can manage?</device-configuration>
Thanks Bernd. Setting <device-configuration memory-size="524288"> I solved. But is the maximum number of sessions known, which the library can manage?</device-configuration>
PD subscriptions limit
TRDP_XMLPDTest.exe multicast issuer
Hi Bernd, I fixed bug for Windows OS, changing option in fopen() from "r" to "r+b". /*****************/ / Opens the XML parsing. * @param[in] pXML Pointer to local data * @param[in] file Pathname of XML file * @retval none / TRDP_ERR_T trdp_XMLOpen ( XML_HANDLE_T pXML, const char file) { if ((pXML->infile = fopen(file, "r+b")) == NULL) { return TRDP_IO_ERR; } pXML->tagDepth = 0; pXML->tagDepthSeek = 0; pXML->error = TRDP_NO_ERR; return TRDP_NO_ERR; }