45 double timeoutSeconds,
46 const std::string &serializedString,
47 bool futureProofConfigs,
48 bool overrideIfDuplicate);
64 double timeoutSeconds,
65 std::string &serializedString);
Definition: Wrappers.hpp:18
static ctre::phoenix::StatusCode Device_GetConfigValues(Context context, const char *network, int deviceHash, double timeoutSeconds, std::string &serializedString)
Gets the config value of the device.
static ctre::phoenix::StatusCode Device_SetConfigValues(Context context, const char *network, int deviceHash, double timeoutSeconds, const std::string &serializedString, bool futureProofConfigs, bool overrideIfDuplicate)
Sets the config value of the device.
static uint32_t CompileDeviceHash(Context context, int deviceID, const char *model)
Creates the device hash from provided parameters.
Definition: string_util.hpp:14