mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 00:44:37 -06:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
Old Symbol
|
|
New Symbol
|
|
|
|
Svc::CommandDispatcherComponentBase::ErrorResponse
|
|
Fw::CmdResponse
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_INVALID_OPCODE
|
|
Fw::CmdResponse::INVALID_OPCODE
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_VALIDATION_ERROR
|
|
Fw::CmdResponse::VALIDATION_ERROR
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_FORMAT_ERROR
|
|
Fw::CmdResponse::FORMAT_ERROR
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_EXECUTION_ERROR
|
|
Fw::CmdResponse::EXECUTION_ERROR
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_BUSY
|
|
Fw::CmdResponse::BUSY
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_UNEXP
|
|
N/A
|
|
|
|
Svc::CommandDispatcherComponentBase::CmdSerError
|
|
Fw::DeserialStatus
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_BUFFER_TOO_SMALL
|
|
Fw::DeserialStatus::BUFFER_EMPTY
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_BUFFER_FORMAT
|
|
Fw::DeserialStatus::FORMAT_ERROR
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_SIZE_MISMATCH
|
|
Fw::DeserialStatus::SIZE_MISMATCH
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_TYPE_MISMATCH
|
|
Fw::DeserialStatus::TYPE_MISMATCH
|
|
|
|
Svc::CommandDispatcherComponentBase::ERR_UNEXP_STAT
|
|
N/A
|