Searched refs:userValue (Results 1 – 4 of 4) sorted by relevance
131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard() argument139 return getLiteral(signedValue, userValue); in fromBlackboard()143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() argument146 if (!checkValueAgainstSpace(userValue)) { in toBlackboard()148 parameterAccessContext.setError(std::to_string(userValue) + in toBlackboard()154 if (userValue < getMin() or userValue > getMax()) { in toBlackboard()159 "Value " + std::to_string(userValue) + " standing out of admitted range [" + in toBlackboard()164 value = static_cast<uint32_t>(userValue); in toBlackboard()169 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, in fromBlackboard() argument177 userValue = signedValue; in fromBlackboard()
193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard() argument196 userValue = static_cast<uint32_t>((value & getMask()) >> _bitPos); in fromBlackboard()
234 var userValue = null;237 userValue = arg.substr(eqPos + 1);242 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
862 var userValue = null;865 userValue = arg.substr(eqPos + 1);870 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;