|
static constexpr int | OK = 0 |
| No Error. More...
|
|
static constexpr int | TaskIsBusy = -100 |
| Diagnostic Server is busy with another command. More...
|
|
static constexpr int | InvalidDeviceSpec = -101 |
| InvalidDeviceSpec. More...
|
|
static constexpr int | EcuIsNotPresent = -102 |
| Device is not present. More...
|
|
static constexpr int | CouldNotEnterBl = -103 |
| Could not put the device into bootloader mode. More...
|
|
static constexpr int | CouldNotConfirmBl = -104 |
| Could not confirm the device has entered the bootloader. More...
|
|
static constexpr int | CouldNotErase = -105 |
| Could not erase flash. More...
|
|
static constexpr int | CouldNotSendFlash = -106 |
| Could not field upgrade the device. More...
|
|
static constexpr int | CouldNotValidate = -107 |
| Bootloader could not verify integrity of the flashed application. More...
|
|
static constexpr int | CouldNotRunApp = -108 |
| Could not run the device firmware application. More...
|
|
static constexpr int | CouldNotReqSetId = -109 |
| Unable to set ID to this device. More...
|
|
static constexpr int | CouldNotConfirmId = -110 |
| Could not verify that the changed ID took effect. More...
|
|
static constexpr int | FlashWasGood = -111 |
| Device field upgrade was successful. More...
|
|
static constexpr int | AppTooOld = -112 |
| Device firmware application is too old. More...
|
|
static constexpr int | CouldNotReqSetDesc = -113 |
| Unable to set name to this device. More...
|
|
static constexpr int | CompileSzIsWrong = -114 |
| CompileSzIsWrong. More...
|
|
static constexpr int | GadgeteerDeviceNoSetId = -115 |
| Cannot set the ID of a gadgeteer device. More...
|
|
static constexpr int | InvalidTask = -116 |
| This diagnostic action is not supported. More...
|
|
static constexpr int | NotImplemented = -117 |
| Not Implemented, check latest installer. More...
|
|
static constexpr int | NoDevicesOnBus = -118 |
| NoDevicesOnBus. More...
|
|
static constexpr int | MoreThanOneFile = -119 |
| MoreThanOneFile. More...
|
|
static constexpr int | NodeIsInvalid = -120 |
| Specified device was not found. More...
|
|
static constexpr int | InvalidDeviceDescriptor = -121 |
| InvalidDeviceDescriptor. More...
|
|
static constexpr int | CouldNotSendCanFrame = -123 |
| CouldNotSendCanFrame. More...
|
|
static constexpr int | NormalModeMsgNotPresent = -124 |
| NormalModeMsgNotPresent. More...
|
|
static constexpr int | FeatureNotSupported = -125 |
| This feature is not supported. More...
|
|
static constexpr int | NotUpdating = -126 |
| The diagnostic server is not field upgrading any devices. More...
|
|
static constexpr int | CorruptedPOST = -127 |
| CorruptedPOST. More...
|
|
static constexpr int | NoConfigs = -128 |
| This device did not report any available configs. More...
|
|
static constexpr int | ConfigFailed = -129 |
| ConfigFailed. More...
|
|
static constexpr int | CouldNotReqFactoryDefault = -130 |
| Unable to factory default this device. More...
|
|
static constexpr int | CustomNameNotSupported = -131 |
| CustomNameNotSupported. More...
|
|
static constexpr int | ConfigReadWriteMismatch = -132 |
| The configs read from the device do not match the configs that were written. More...
|
|
static constexpr int | CouldNotReqSetConfigs = -133 |
| Could not apply the device configs. More...
|
|
static constexpr int | InsufficientSz = -134 |
| InsufficientSz. More...
|
|
static constexpr int | InvalidModel = -135 |
| This feature is not supported for this device model. More...
|
|
static constexpr int | CouldNotReqDevInfo = -140 |
| CouldNotReqDevInfo. More...
|
|
static constexpr int | NoControls = -141 |
| This device does not support new controls. More...
|
|
static constexpr int | DeviceIsNull = -142 |
| DeviceIsNull. More...
|
|
static constexpr int | DeviceDidNotRespondToDiagReq = -143 |
| DeviceDidNotRespondToDiagReq. More...
|
|
static constexpr int | OnlySupportedInTunerX = -144 |
| This feature requires Tuner X. More...
|
|
static constexpr int | CanivCliError = -145 |
| Command-line issue with caniv. More...
|
|
static constexpr int | InvalidCrfBadHeader = -200 |
| InvalidCrfBadHeader. More...
|
|
static constexpr int | InvalidCrfFileSzInvald = -201 |
| InvalidCrfFileSzInvald. More...
|
|
static constexpr int | InvalidCrfWrongProduct = -202 |
| Specified CRF is for the wrong product. More...
|
|
static constexpr int | InvalidCrfNoSects = -203 |
| InvalidCrfNoSects. More...
|
|
static constexpr int | InvalidCrfBadSectHeader = -204 |
| InvalidCrfBadSectHeader. More...
|
|
static constexpr int | InvalidCrfBadSectSize = -205 |
| InvalidCrfBadSectSize. More...
|
|
static constexpr int | NoCrfFile = -206 |
| Specified CRF file could not be found. More...
|
|
static constexpr int | CouldNotFindDynamicId = -300 |
| CouldNotFindDynamicId. More...
|
|
static constexpr int | DidNotGetDhcp = -301 |
| DidNotGetDhcp. More...
|
|
static constexpr int | DidNotGetFullDhcp = -302 |
| DidNotGetFullDhcp. More...
|
|
static constexpr int | InvalidLicenseResp = -350 |
| InvalidLicenseResp. More...
|
|
static constexpr int | InvalidCanivCache = -351 |
| InvalidCanivCache. More...
|
|
static constexpr int | CannotOpenSerialPort = -500 |
| CannotOpenSerialPort. More...
|
|
static constexpr int | CannotWriteSerialPort = -501 |
| CannotWriteSerialPort. More...
|
|
static constexpr int | CannotReadSerialPort = -502 |
| CannotReadSerialPort. More...
|
|
static constexpr int | CannotSerialToDevice = -503 |
| CannotSerialToDevice. More...
|
|
static constexpr int | NoSerialControlFrameResp = -504 |
| NoSerialControlFrameResp. More...
|
|
static constexpr int | CannotOpenUdpPort = -600 |
| CannotOpenUdpPort. More...
|
|
static constexpr int | CannotWriteUdpPort = -601 |
| CannotWriteUdpPort. More...
|
|
static constexpr int | CannotReadUdpPort = -602 |
| CannotReadUdpPort. More...
|
|
static constexpr int | CannotUdpToDevice = -603 |
| CannotUdpToDevice. More...
|
|
static constexpr int | NoUdpControlFrameResp = -604 |
| NoUdpControlFrameResp. More...
|
|
static constexpr int | TimeoutIso15Response = -605 |
| TimeoutIso15Response. More...
|
|
static constexpr int | InvalidJson = -700 |
| InvalidJson. More...
|
|
static constexpr int | AppIsTerminating = -800 |
| The user application is shutting down. More...
|
|
static constexpr int | CanMessageStale = 1000 |
| CAN message is stale, data is valid but old. More...
|
|
static constexpr int | BufferFull = 1006 |
| Buffer is full, cannot insert more data. More...
|
|
static constexpr int | PulseWidthSensorNotPresent = 1010 |
| PulseWidthSensorNotPresent. More...
|
|
static constexpr int | GeneralWarning = 1100 |
| General Warning Occurred. More...
|
|
static constexpr int | FirmVersionCouldNotBeRetrieved = 1103 |
| Firm Vers could not be retrieved. More...
|
|
static constexpr int | FeaturesNotAvailableYet = 1104 |
| This feature will be supported in a future update. More...
|
|
static constexpr int | ControlModeNotValid = 1105 |
| The control mode is not valid for this function. More...
|
|
static constexpr int | ControlModeNotSupportedYet = 1106 |
| This control mode is not supported yet. More...
|
|
static constexpr int | MotProfFirmThreshold = 1109 |
| Motor Controller must have >= 3.2 firmware for motion profile control mode. More...
|
|
static constexpr int | MotProfFirmThreshold2 = 1110 |
| Motor Controller must have >= 3.4 firmware for advanced PID0/PID1 features. More...
|
|
static constexpr int | SimDeviceNotFound = 1200 |
| SimDeviceNotFound. More...
|
|
static constexpr int | SimPhysicsTypeNotSupported = 1201 |
| SimPhysicsTypeNotSupported. More...
|
|
static constexpr int | SimDeviceAlreadyExists = 1202 |
| SimDeviceAlreadyExists. More...
|
|
static constexpr int | TxFailed = -1001 |
| Could not transmit CAN Frame. More...
|
|
static constexpr int | InvalidParamValue = -1002 |
| An invalid argument was passed into the function/VI, such as a null pointer. More...
|
|
static constexpr int | RxTimeout = -1003 |
| CAN frame not received/too-stale. More...
|
|
static constexpr int | TxTimeout = -1004 |
| CAN Transmit timed out. More...
|
|
static constexpr int | UnexpectedArbId = -1005 |
| ArbID is incorrect. More...
|
|
static constexpr int | CanOverflowed = -1006 |
| CanOverflowed. More...
|
|
static constexpr int | SensorNotPresent = -1007 |
| Sensor Not Present. More...
|
|
static constexpr int | FirmwareTooOld = -1008 |
| Firmware Too Old. More...
|
|
static constexpr int | CouldNotChangePeriod = -1009 |
| Control Frame Period could not be changed. More...
|
|
static constexpr int | BufferFailure = -1010 |
| BufferFailure. More...
|
|
static constexpr int | FirmwareNonFRC = -1011 |
| Firmware is legacy non-FRC version. More...
|
|
static constexpr int | GeneralError = -1100 |
| General Error Occurred. More...
|
|
static constexpr int | SigNotUpdated = -1200 |
| No new response to update signal. More...
|
|
static constexpr int | NotAllPIDValuesUpdated = -1201 |
| NotAllPIDValuesUpdated. More...
|
|
static constexpr int | GEN_PORT_ERROR = -1300 |
| GEN_PORT_ERROR. More...
|
|
static constexpr int | PORT_MODULE_TYPE_MISMATCH = -1301 |
| PORT_MODULE_TYPE_MISMATCH. More...
|
|
static constexpr int | GEN_MODULE_ERROR = -1400 |
| GEN_MODULE_ERROR. More...
|
|
static constexpr int | MODULE_NOT_INIT_SET_ERROR = -1401 |
| MODULE_NOT_INIT_SET_ERROR. More...
|
|
static constexpr int | MODULE_NOT_INIT_GET_ERROR = -1402 |
| MODULE_NOT_INIT_GET_ERROR. More...
|
|
static constexpr int | WheelRadiusTooSmall = -1500 |
| Wheel Radius is too small, cannot get distance traveled. More...
|
|
static constexpr int | TicksPerRevZero = -1501 |
| Ticks per revolution is 0, cannot get heading. More...
|
|
static constexpr int | DistanceBetweenWheelsTooSmall = -1502 |
| Distance between wheels is too small, cannot get heading. More...
|
|
static constexpr int | GainsAreNotSet = -1503 |
| GainsAreNotSet. More...
|
|
static constexpr int | WrongRemoteLimitSwitchSource = -1504 |
| Use RemoteLimitSwitchSource instead of LimitSwitchSource. More...
|
|
static constexpr int | DoubleVoltageCompensatingWPI = -1505 |
| Motor Controller Voltage Compensation should not be used with setVoltage(). More...
|
|
static constexpr int | CANdleAnimSlotOutOfBounds = -1506 |
| CANdleAnimSlotOutOfBounds. More...
|
|
static constexpr int | IncompatibleMode = -1600 |
| IncompatibleMode. More...
|
|
static constexpr int | InvalidHandle = -1601 |
| Handle passed into function is incorrect. More...
|
|
static constexpr int | FeatureRequiresHigherFirm = -1700 |
| Features requires newer firmware version. More...
|
|
static constexpr int | ConfigFactoryDefaultRequiresHigherFirm = -1702 |
| Config factory default features require firmware >=3.10. More...
|
|
static constexpr int | ConfigMotionSCurveRequiresHigherFirm = -1703 |
| Config Motion S Curve Strength features require firmware >=4.16. More...
|
|
static constexpr int | TalonFXFirmwarePreVBatDetect = -1704 |
| Talon FX(Falcon 500) Firmware Too Old. More...
|
|
static constexpr int | CANdleAnimationsRequireHigherFirm = -1705 |
| CANdleAnimationsRequireHigherFirm. More...
|
|
static constexpr int | LibraryCouldNotBeLoaded = -1800 |
| LibraryCouldNotBeLoaded. More...
|
|
static constexpr int | MissingRoutineInLibrary = -1801 |
| MissingRoutineInLibrary. More...
|
|
static constexpr int | ResourceNotAvailable = -1802 |
| ResourceNotAvailable. More...
|
|
static constexpr int | MusicFileNotFound = -1900 |
| Could not find music file specified, try specifying an absolute path. More...
|
|
static constexpr int | MusicFileWrongSize = -1901 |
| Music file size is incorrect, could not parse correctly. More...
|
|
static constexpr int | MusicFileTooNew = -1902 |
| Music file version is too new, update Phoenix to utilize this file. More...
|
|
static constexpr int | MusicFileInvalid = -1903 |
| Music file is invalid. More...
|
|
static constexpr int | InvalidOrchestraAction = -1904 |
| An invalid orchestra action occurred. More...
|
|
static constexpr int | MusicFileTooOld = -1905 |
| This music file version is too old. More...
|
|
static constexpr int | MusicInterrupted = -1906 |
| Music interrupted due to one of the instruments being commanded a different control mode. More...
|
|
static constexpr int | MusicNotSupported = -1907 |
| This device doesn't support MusicTone control mode. More...
|
|
static constexpr int | kInvalidInterface = -2000 |
| kInvalidInterface More...
|
|
static constexpr int | kInvalidGuid = -2001 |
| kInvalidGuid More...
|
|
static constexpr int | kInvalidClass = -2002 |
| kInvalidClass More...
|
|
static constexpr int | kInvalidProtocol = -2003 |
| kInvalidProtocol More...
|
|
static constexpr int | kInvalidPath = -2004 |
| kInvalidPath More...
|
|
static constexpr int | kGeneralWinUsbError = -2005 |
| kGeneralWinUsbError More...
|
|
static constexpr int | kFailedSetup = -2006 |
| kFailedSetup More...
|
|
static constexpr int | kListenFailed = -2007 |
| kListenFailed More...
|
|
static constexpr int | kSendFailed = -2008 |
| kSendFailed More...
|
|
static constexpr int | kReceiveFailed = -2009 |
| kReceiveFailed More...
|
|
static constexpr int | kInvalidRespFormat = -2010 |
| kInvalidRespFormat More...
|
|
static constexpr int | kWinUsbInitFailed = -2011 |
| kWinUsbInitFailed More...
|
|
static constexpr int | kWinUsbQueryFailed = -2012 |
| kWinUsbQueryFailed More...
|
|
static constexpr int | kWinUsbGeneralError = -2013 |
| kWinUsbGeneralError More...
|
|
static constexpr int | kAccessDenied = -2014 |
| kAccessDenied More...
|
|
static constexpr int | kFirmwareInvalidResponse = -2015 |
| kFirmwareInvalidResponse More...
|
|
static constexpr int | StatusCodeNotInitialized = -10000 |
| This StatusCode has not been initialized. More...
|
|
static constexpr int | WarningNotInitialized = 10000 |
| WarningNotInitialized. More...
|
|
static constexpr int | HwTimestampOutOfSync = 10001 |
| The timestamp reported by CANivore is at least 10ms older than the timestamp reported by the system, indicating it's fallen out of sync. More...
|
|
static constexpr int | InvalidNetwork = -10001 |
| InvalidNetwork. More...
|
|
static constexpr int | MultiSignalNotSupported = -10002 |
| The CAN bus does not support multi-signal synchronization. More...
|
|
static constexpr int | CouldNotCast = -10003 |
| Could not cast from base value to this particular signal's type. More...
|
|
static constexpr int | NotFound = -10004 |
| Could not find this value when searching for it. More...
|
|
static constexpr int | NotSupported = -10005 |
| This is not supported. More...
|
|
static constexpr int | MissingContext = -10006 |
| Could not determine context from this device hash. More...
|
|
static constexpr int | ModelMismatch = -10007 |
| Model name in license file does not match model name of selected device. More...
|
|
static constexpr int | SerialMismatch = -10008 |
| Serial Number in license file does not match model name of selected device. More...
|
|
static constexpr int | NoFile = -10009 |
| Could not find specified file. More...
|
|
static constexpr int | LicenseDownloadFailed = -10010 |
| License did not successfully download to Device. More...
|
|
static constexpr int | SelfTestIsEmpty = -10011 |
| Self Test report does not have any values, is the firmware up to date? More...
|
|
static constexpr int | SignalLookupFailed = -10012 |
| Failed to lookup signal properties. More...
|
|
static constexpr int | InvalidModeToGetSignal = -10013 |
| The current mode of the device is invalid for getting this signal. More...
|
|
static constexpr int | UnlicensedDevice = -10014 |
| Device is not licensed. More...
|
|
static constexpr int | InvalidSize = -10015 |
| Size is invalid. More...
|
|
static constexpr int | InvalidLicenseResponse = -10016 |
| InvalidLicenseResponse. More...
|
|
static constexpr int | InvalidContext = -10017 |
| InvalidContext. More...
|
|
static constexpr int | InternalError = -10018 |
| InternalError. More...
|
|
static constexpr int | kDeviceResponseIncorrect = -10019 |
| kDeviceResponseIncorrect More...
|
|
static constexpr int | kErrorPollingForDevices = -10020 |
| kErrorPollingForDevices More...
|
|
static constexpr int | CouldNotRetrieveV6Firmware = -10021 |
| Device firmware could not be retrieved. More...
|
|
static constexpr int | CouldNotDecodeDeviceFirmware = -10022 |
| Device firmware could not be decoded. More...
|
|
static constexpr int | InvalidIDToFollow = -10023 |
| The values specified for master are in valid. More...
|
|
static constexpr int | UsingProFeatureOnUnlicensedDevice = -10024 |
| Using a Pro only feature on an unlicensed device. More...
|
|
static constexpr int | FirmwareTooNew = -10025 |
| Firmware Too New. More...
|
|
static constexpr int | CouldNotSerialize = -10026 |
| The data frame could not be serialized for transmit. More...
|
|
static constexpr int | MechanismFaulted = -10027 |
| The mechanism is disabled due to a fault in one of the devices. More...
|
|
static constexpr int | FirmwareVersNotCompatible = -10028 |
| Firmware version is not compatible with this version of Phoenix. More...
|
|
static constexpr int | DirectoryMissing = -10029 |
| Could not find specified directory. More...
|
|
static constexpr int | ApiTooOld = -10030 |
| This API version is too old for the firmware on the device. More...
|
|
static constexpr int | LoggerNotRunning = -10031 |
| The signal logger is not running. More...
|
|
static constexpr int | TimeoutCannotBeZero = -10032 |
| Blocking operations, such as configs, cannot have a timeout of 0. More...
|
|
static constexpr int | CannotLicenseWhileEnabled = -10033 |
| Device cannot be licensed while it is control enabled. More...
|
|
static constexpr int | InvalidFile = -10034 |
| Could not open or read the given file. More...
|
|
static constexpr int | HootLogTooOld = -10035 |
| The given hoot log requires an older version of Phoenix API. More...
|
|
static constexpr int | HootLogTooNew = -10036 |
| The given hoot log requires a newer version of Phoenix API. More...
|
|
static constexpr int | UnlicensedHootLog = -10037 |
| Hoot log is not licensed. More...
|
|
static constexpr int | CannotStepWhileUnpaused = -10038 |
| The simulation timing cannot be advanced by a time step while unpaused. More...
|
|
static constexpr int | MultipleReplayNotSupported = -10039 |
| Hoot replay does not support replaying multiple files. More...
|
|
static constexpr int | UserSignalLimitExceeded = -10040 |
| The maximum number of loggable user signals has been exceeded. More...
|
|
static constexpr int | InvalidDeviceModel = -10041 |
| The provided model was not a valid device type. More...
|
|