I'm trying to run a .NET 4.6.1 with RTI 6.1.1.
I keep getting error related to nddsc.dll - is this dll should be included in the running environment ?
I'm trying to run a .NET 4.6.1 with RTI 6.1.1.
I keep getting error related to nddsc.dll - is this dll should be included in the running environment ?
I am trying to install rti dds version 6.1.1 on an "Orange pi zero", the system details are as follows
PRETTY_NAME="Armbian 23.05.1 jammy"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.2 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.armbian.com"
SUPPORT_URL="https://forum.armbian.com"
BUG_REPORT_URL="https://www.armbian.com/bugs"
PRIVACY_POLICY_URL="https://www.armbian.com"
UBUNTU_CODENAME=jammy
ARMBIAN_PRETTY_NAME="Armbian 23.05.1 jammy"
More details about orange pi can be found here,
Hi. I have a question regarding the potential ability to isolate datawriters and readers on a local network. I work in an environment where the pplication we develop uses 4 constant domain ids. However, all the computers in our lab are on a local network. If someone runs the application on one computer, every other computer is also getting that same DDS traffic. Is there any way to isolate each computer, besides changing the domain id, through perhaps the QoS settings?
I'm working on a project with complex messages that have something akin to the following pattern in them:
struct TypeA {
TypeB _child; // @resolve-name false
};
struct TypeB {
sequence<TypeA> _sequence; // @resolve-name false
};
when is want to build my program, i see muliple error that related to the rti