I tried setting the different values of
frequenciesthe test XML like this:
<Case>
<Property name='frequencies' values='{1}'/>
</Case>
<Case>
<Property name='frequencies' values='{1, 2, 3}'/>
</Case>
<Case>
<Property name='frequencies' values='{10, 10, 10, 10}'/>
</Case>But still got the same error:
ocpigen: ../gen/runtime/base/src/BaseValue.cc:153: OCPI::Base::Value& OCPI::Base::Value::operator=(const OCPI::Base::Value&): Assertion `!v.m_parent' failed.I also tried without the curly braces but got a different error:
in value "1" (length of prop value is 1 chars): recursize type needs to be enclosed in {}
_______________________________________________ discuss mailing list -- discuss@lists.opencpi.org To unsubscribe send an email to discuss-leave@lists.opencpi.org