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

#include <Drv/DataTypes/DataBufferPortAc.hpp>

Inheritance diagram for Drv::OutputDataBufferPort:
Fw::OutputPortBase Fw::PortBase Fw::ObjBase

Public Member Functions

 OutputDataBufferPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputDataBufferPort *callPort)
 Register an input port. More...
 
void invoke (Drv::DataBuffer &buff)
 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 DataBuffer port Data Buffer Port

Definition at line 99 of file DataBufferPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputDataBufferPort()

Drv::OutputDataBufferPort::OutputDataBufferPort ( )

Constructor.

Definition at line 119 of file DataBufferPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Drv::OutputDataBufferPort::addCallPort ( InputDataBufferPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 133 of file DataBufferPortAc.cpp.

◆ init()

void Drv::OutputDataBufferPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 127 of file DataBufferPortAc.cpp.

◆ invoke()

void Drv::OutputDataBufferPort::invoke ( Drv::DataBuffer buff)

Invoke a port interface.

Parameters
buffA data buffer

Definition at line 146 of file DataBufferPortAc.cpp.


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