action
container
contrib
controller
coordinates
datalinklayer
datapool
devicehandlers
events
fdir
globalfunctions
health
internalError
ipc
memory
modes
monitoring
objectmanager
osal
FreeRTOS
linux
Clock.cpp
FixedTimeslotTask.cpp
FixedTimeslotTask.h
InternalErrorCodes.cpp
MessageQueue.cpp
MessageQueue.h
Mutex.cpp
Mutex.h
MutexFactory.cpp
PeriodicPosixTask.cpp
PeriodicPosixTask.h
PosixThread.cpp
PosixThread.h
QueueFactory.cpp
TaskFactory.cpp
Timer.cpp
Timer.h
rtems
Endiness.h
InternalErrorCodes.h
parameters
power
pus
returnvalues
rmap
serialize
serviceinterface
storagemanager
subsystem
tasks
tcdistribution
thermal
timemanager
tmstorage
tmtcpacket
tmtcservices
.gitignore
LICENSE
NOTICE
framework.mk
15 lines
278 B
C++
15 lines
278 B
C++
#include "../../osal/InternalErrorCodes.h"
|
|
|
|
ReturnValue_t InternalErrorCodes::translate(uint8_t code) {
|
|
//TODO This class can be removed
|
|
return HasReturnvaluesIF::RETURN_FAILED;
|
|
}
|
|
|
|
InternalErrorCodes::InternalErrorCodes() {
|
|
}
|
|
|
|
InternalErrorCodes::~InternalErrorCodes() {
|
|
|
|
}
|
|
|