F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
Svc::FileManager Member List

This is the complete list of members for Svc::FileManager, including all inherited members.

ACTIVE_COMPONENT_EXIT enum valueFw::ActiveComponentBase
ActiveComponentBase(const char *name)Fw::ActiveComponentBaseexplicitprotected
AppendFile_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
AppendFile_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
CHANNELID_COMMANDSEXECUTED enum valueSvc::FileManagerComponentBaseprotected
CHANNELID_ERRORS enum valueSvc::FileManagerComponentBaseprotected
cmdResponse_out(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdResponse response)Svc::FileManagerComponentBaseprotected
CREATED enum valueFw::ActiveComponentBaseprotected
CreateDirectory_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
CreateDirectory_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
createQueue(NATIVE_INT_TYPE depth, NATIVE_INT_TYPE msgSize)Fw::QueuedComponentBaseprotected
DEPRECATED(Os::Task::Status join(void **value_ptr), "Switch to .join()")Fw::ActiveComponentBase
dispatch()Fw::ActiveComponentBaseprotected
DISPATCHING enum valueFw::ActiveComponentBaseprotected
DONE enum valueFw::ActiveComponentBaseprotected
EVENTID_APPENDFILEFAILED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_APPENDFILESTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_APPENDFILESUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_CREATEDIRECTORYSTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_CREATEDIRECTORYSUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_DIRECTORYCREATEERROR enum valueSvc::FileManagerComponentBaseprotected
EVENTID_DIRECTORYREMOVEERROR enum valueSvc::FileManagerComponentBaseprotected
EVENTID_FILEMOVEERROR enum valueSvc::FileManagerComponentBaseprotected
EVENTID_FILEREMOVEERROR enum valueSvc::FileManagerComponentBaseprotected
EVENTID_FILESIZEERROR enum valueSvc::FileManagerComponentBaseprotected
EVENTID_FILESIZESTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_FILESIZESUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_MOVEFILESTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_MOVEFILESUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_REMOVEDIRECTORYSTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_REMOVEDIRECTORYSUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_REMOVEFILESTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_REMOVEFILESUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_SHELLCOMMANDFAILED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_SHELLCOMMANDSTARTED enum valueSvc::FileManagerComponentBaseprotected
EVENTID_SHELLCOMMANDSUCCEEDED enum valueSvc::FileManagerComponentBaseprotected
exit()Fw::ActiveComponentBase
FileManager(const char *const compName)Svc::FileManager
FileManagerComponentBase(const char *compName="")Svc::FileManagerComponentBaseprotected
FileSize_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
FileSize_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
finalizer()Fw::ActiveComponentBaseprotectedvirtual
FINALIZING enum valueFw::ActiveComponentBaseprotected
get_cmdIn_InputPort(FwIndexType portNum)Svc::FileManagerComponentBase
get_pingIn_InputPort(FwIndexType portNum)Svc::FileManagerComponentBase
getIdBase() constFw::PassiveComponentBase
getInstance() constFw::PassiveComponentBaseprotected
getNum_cmdIn_InputPorts() constSvc::FileManagerComponentBaseprotected
getNum_cmdRegOut_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNum_cmdResponseOut_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNum_eventOut_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNum_pingIn_InputPorts() constSvc::FileManagerComponentBaseprotected
getNum_pingOut_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNum_timeCaller_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNum_tlmOut_OutputPorts() constSvc::FileManagerComponentBaseprotected
getNumMsgsDropped()Fw::QueuedComponentBaseprotected
getTime()Svc::FileManagerComponentBaseprotected
incNumMsgDropped()Fw::QueuedComponentBaseprotected
init(const NATIVE_INT_TYPE queueDepth, const NATIVE_INT_TYPE instance)Svc::FileManager
Svc::FileManagerComponentBase::init(FwQueueSizeType queueDepth, FwEnumStoreType instance=0)Svc::FileManagerComponentBase
Fw::ActiveComponentBase::init(NATIVE_INT_TYPE instance)Fw::ActiveComponentBaseprotected
Fw::ObjBase::init()Fw::ObjBaseprotected
isConnected_cmdRegOut_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
isConnected_cmdResponseOut_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
isConnected_eventOut_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
isConnected_pingOut_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
isConnected_timeCaller_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
isConnected_tlmOut_OutputPort(FwIndexType portNum)Svc::FileManagerComponentBaseprotected
join()Fw::ActiveComponentBase
Lifecycle enum nameFw::ActiveComponentBaseprotected
log_ACTIVITY_HI_AppendFileStarted(const Fw::StringBase &source, const Fw::StringBase &target)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_AppendFileSucceeded(const Fw::StringBase &source, const Fw::StringBase &target)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_CreateDirectoryStarted(const Fw::StringBase &dirName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_CreateDirectorySucceeded(const Fw::StringBase &dirName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_FileSizeStarted(const Fw::StringBase &fileName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_FileSizeSucceeded(const Fw::StringBase &fileName, U64 size)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_MoveFileStarted(const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_MoveFileSucceeded(const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_RemoveDirectoryStarted(const Fw::StringBase &dirName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_RemoveDirectorySucceeded(const Fw::StringBase &dirName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_RemoveFileStarted(const Fw::StringBase &fileName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_RemoveFileSucceeded(const Fw::StringBase &fileName)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_ShellCommandStarted(const Fw::StringBase &command)Svc::FileManagerComponentBaseprotected
log_ACTIVITY_HI_ShellCommandSucceeded(const Fw::StringBase &command)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_AppendFileFailed(const Fw::StringBase &source, const Fw::StringBase &target, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_DirectoryCreateError(const Fw::StringBase &dirName, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_DirectoryRemoveError(const Fw::StringBase &dirName, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_FileMoveError(const Fw::StringBase &sourceFileName, const Fw::StringBase &destFileName, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_FileRemoveError(const Fw::StringBase &fileName, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_FileSizeError(const Fw::StringBase &fileName, U32 status)Svc::FileManagerComponentBaseprotected
log_WARNING_HI_ShellCommandFailed(const Fw::StringBase &command, U32 status)Svc::FileManagerComponentBaseprotected
m_queueFw::QueuedComponentBaseprotected
m_taskFw::ActiveComponentBaseprotected
MoveFile_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
MoveFile_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
MSG_DISPATCH_EMPTY enum valueFw::QueuedComponentBase
MSG_DISPATCH_ERROR enum valueFw::QueuedComponentBase
MSG_DISPATCH_EXIT enum valueFw::QueuedComponentBase
MSG_DISPATCH_OK enum valueFw::QueuedComponentBase
MsgDispatchStatus enum nameFw::QueuedComponentBase
NUM_CMDIN_INPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_CMDREGOUT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_CMDRESPONSEOUT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_EVENTOUT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_LOGTEXT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_PINGIN_INPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_PINGOUT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_TIMECALLER_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
NUM_TLMOUT_OUTPUT_PORTS enum valueSvc::FileManagerComponentBaseprotected
ObjBase(const char *name)Fw::ObjBaseprotected
OPCODE_APPENDFILE enum valueSvc::FileManagerComponentBaseprotected
OPCODE_CREATEDIRECTORY enum valueSvc::FileManagerComponentBaseprotected
OPCODE_FILESIZE enum valueSvc::FileManagerComponentBaseprotected
OPCODE_MOVEFILE enum valueSvc::FileManagerComponentBaseprotected
OPCODE_REMOVEDIRECTORY enum valueSvc::FileManagerComponentBaseprotected
OPCODE_REMOVEFILE enum valueSvc::FileManagerComponentBaseprotected
OPCODE_SHELLCOMMAND enum valueSvc::FileManagerComponentBaseprotected
PassiveComponentBase(const char *name)Fw::PassiveComponentBaseprotected
pingIn_handlerBase(FwIndexType portNum, U32 key)Svc::FileManagerComponentBaseprotected
pingIn_preMsgHook(FwIndexType portNum, U32 key)Svc::FileManagerComponentBaseprotectedvirtual
pingOut_out(FwIndexType portNum, U32 key)Svc::FileManagerComponentBaseprotected
preamble()Fw::ActiveComponentBaseprotectedvirtual
QueuedComponentBase(const char *name)Fw::QueuedComponentBaseprotected
regCommands()Svc::FileManagerComponentBase
RemoveDirectory_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
RemoveDirectory_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
RemoveFile_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
RemoveFile_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
set_cmdRegOut_OutputPort(FwIndexType portNum, Fw::InputCmdRegPort *port)Svc::FileManagerComponentBase
set_cmdResponseOut_OutputPort(FwIndexType portNum, Fw::InputCmdResponsePort *port)Svc::FileManagerComponentBase
set_eventOut_OutputPort(FwIndexType portNum, Fw::InputLogPort *port)Svc::FileManagerComponentBase
set_pingOut_OutputPort(FwIndexType portNum, Svc::InputPingPort *port)Svc::FileManagerComponentBase
set_timeCaller_OutputPort(FwIndexType portNum, Fw::InputTimePort *port)Svc::FileManagerComponentBase
set_tlmOut_OutputPort(FwIndexType portNum, Fw::InputTlmPort *port)Svc::FileManagerComponentBase
setIdBase(const U32)Fw::PassiveComponentBase
ShellCommand_cmdHandlerBase(FwOpcodeType opCode, U32 cmdSeq, Fw::CmdArgBuffer &args)Svc::FileManagerComponentBaseprotected
ShellCommand_preMsgHook(FwOpcodeType opCode, U32 cmdSeq)Svc::FileManagerComponentBaseprotectedvirtual
start(Os::Task::ParamType priority=Os::Task::TASK_DEFAULT, Os::Task::ParamType stackSize=Os::Task::TASK_DEFAULT, Os::Task::ParamType cpuAffinity=Os::Task::TASK_DEFAULT, Os::Task::ParamType identifier=Os::Task::TASK_DEFAULT)Fw::ActiveComponentBase
tlmWrite_CommandsExecuted(U32 arg, Fw::Time _tlmTime=Fw::Time())Svc::FileManagerComponentBaseprotected
tlmWrite_Errors(U32 arg, Fw::Time _tlmTime=Fw::Time())Svc::FileManagerComponentBaseprotected
~ActiveComponentBase()Fw::ActiveComponentBaseprotectedvirtual
~FileManager()Svc::FileManager
~FileManagerComponentBase()Svc::FileManagerComponentBaseprotectedvirtual
~ObjBase()Fw::ObjBaseprotectedvirtual
~PassiveComponentBase()Fw::PassiveComponentBaseprotectedvirtual
~QueuedComponentBase()Fw::QueuedComponentBaseprotectedvirtual