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

#include <Svc/DpPorts/DpWrittenPortAc.hpp>

Inheritance diagram for Svc::OutputDpWrittenPort:
Fw::OutputPortBase Fw::PortBase Fw::ObjBase

Public Member Functions

 OutputDpWrittenPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputDpWrittenPort *callPort)
 Register an input port. More...
 
void invoke (const Fw::StringBase &fileName, FwDpPriorityType priority, FwSizeType size)
 Invoke a port interface. More...
 
- Public Member Functions inherited from Fw::PortBase
bool isConnected ()
 

Additional Inherited Members

- Protected Member Functions inherited from Fw::OutputPortBase
 OutputPortBase ()
 
virtual ~OutputPortBase ()
 
- Protected Member Functions inherited from Fw::PortBase
 PortBase ()
 
virtual ~PortBase ()
 
- Protected Member Functions inherited from Fw::ObjBase
 ObjBase (const char *name)
 ObjBase constructor. More...
 
virtual ~ObjBase ()
 Destructor. More...
 
void init ()
 Object initializer. More...
 
- Protected Attributes inherited from Fw::PortBase
Fw::ObjBasem_connObj
 

Detailed Description

Output DpWritten port Send a notification that a data product was written

Definition at line 104 of file DpWrittenPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputDpWrittenPort()

Svc::OutputDpWrittenPort::OutputDpWrittenPort ( )

Constructor.

Definition at line 136 of file DpWrittenPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Svc::OutputDpWrittenPort::addCallPort ( InputDpWrittenPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 150 of file DpWrittenPortAc.cpp.

◆ init()

void Svc::OutputDpWrittenPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 144 of file DpWrittenPortAc.cpp.

◆ invoke()

void Svc::OutputDpWrittenPort::invoke ( const Fw::StringBase fileName,
FwDpPriorityType  priority,
FwSizeType  size 
)

Invoke a port interface.

Parameters
fileNameThe file name
priorityThe priority
sizeThe file size

Definition at line 163 of file DpWrittenPortAc.cpp.


The documentation for this class was generated from the following files: