FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
01-30-2024 02:23 PM
Hello,
I would like to know if infinity or not a number values are supported on the ctrlX datalayer using flatbuffers.
I have the following fbs file:
namespace test;
table testing{
test1: double;
}
Here I assign
double test1= std::numeric_limits<double>::infinity();
It compiles and runs, but the web overview only shows null when using the datalayer browser.
Is this supported by ctrlX / flatbuffers?
Solved! Go to Solution.
01-30-2024 02:42 PM
Have you tried to read it with a Data Layer Client? What kind of Result do you get?
Have you also registered the FlatBuffer Type? See how this is done in the samples-cpp/datalayer.provider.simple (here).