Switchboard SDK
Loading...
Searching...
No Matches
switchboard::UIntPointerParameter Member List

This is the complete list of members for switchboard::UIntPointerParameter, including all inherited members.

description (defined in switchboard::Parameter)switchboard::Parameterprotected
getDescription() constswitchboard::Parameter
getID() constswitchboard::Parameter
getMaximumValue() const overrideswitchboard::UIntPointerParametervirtual
getMinimumValue() const overrideswitchboard::UIntPointerParametervirtual
getName() constswitchboard::Parameter
getType() constswitchboard::Parameter
getValue() const overrideswitchboard::UIntPointerParametervirtual
id (defined in switchboard::Parameter)switchboard::Parameterprotected
name (defined in switchboard::Parameter)switchboard::Parameterprotected
Parameter(const Type type, const std::string &id, const std::string &name, const std::string &description)switchboard::Parameter
setValue(const uint newValue) overrideswitchboard::UIntPointerParametervirtual
switchboard::UIntParameter::setValue(std::any newValue) overrideswitchboard::UIntParametervirtual
Type enum name (defined in switchboard::Parameter)switchboard::Parameter
type (defined in switchboard::Parameter)switchboard::Parameterprotected
UIntParameter(const std::string &id, const std::string &name, const std::string &description)switchboard::UIntParameter
UIntPointerParameter(const std::string name, uint *valuePointer, const uint minimumValue, const uint maximumValue)switchboard::UIntPointerParameter
UIntPointerParameter(std::string name, std::atomic< uint > *atomicValuePointer, const uint minimumValue, const uint maximumValue)switchboard::UIntPointerParameter
~Parameter()=defaultswitchboard::Parametervirtual
~UIntParameter()=defaultswitchboard::UIntParametervirtual