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

#include <Fw/Dp/DpResponsePortAc.hpp>

Inheritance diagram for Fw::OutputDpResponsePort:
Fw::OutputPortBase Fw::PortBase Fw::ObjBase

Public Member Functions

 OutputDpResponsePort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputDpResponsePort *callPort)
 Register an input port. More...
 
void invoke (FwDpIdType id, const Fw::Buffer &buffer, const Fw::Success &status)
 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 DpResponse port Port for receiving a response to a buffer request

Definition at line 106 of file DpResponsePortAc.hpp.

Constructor & Destructor Documentation

◆ OutputDpResponsePort()

Fw::OutputDpResponsePort::OutputDpResponsePort ( )

Constructor.

Definition at line 135 of file DpResponsePortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Fw::OutputDpResponsePort::addCallPort ( InputDpResponsePort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 149 of file DpResponsePortAc.cpp.

◆ init()

void Fw::OutputDpResponsePort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 143 of file DpResponsePortAc.cpp.

◆ invoke()

void Fw::OutputDpResponsePort::invoke ( FwDpIdType  id,
const Fw::Buffer buffer,
const Fw::Success status 
)

Invoke a port interface.

Parameters
idThe container ID
bufferThe buffer
statusThe status

Definition at line 162 of file DpResponsePortAc.cpp.


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