43 double timeoutSeconds,
44 const std::string &serializedString,
45 bool futureProofConfigs,
46 bool overrideIfDuplicate);
60 double timeoutSeconds,
61 std::string &serializedString);
Definition: Wrappers.hpp:18
static ctre::phoenix::StatusCode Device_GetConfigValues(const char *network, int deviceHash, double timeoutSeconds, std::string &serializedString)
Gets the config value of the device.
static uint32_t CompileDeviceHash(int deviceID, const char *model, const char *canbus)
Creates the device hash from provided parameters.
static ctre::phoenix::StatusCode Device_SetConfigValues(const char *network, int deviceHash, double timeoutSeconds, const std::string &serializedString, bool futureProofConfigs, bool overrideIfDuplicate)
Sets the config value of the device.
Definition: string_util.hpp:15