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

Output ByteStreamPoll port. More...

#include <Drv/ByteStreamDriverModel/ByteStreamPollPortAc.hpp>

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

Public Member Functions

 OutputByteStreamPollPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputByteStreamPollPort *callPort)
 Register an input port. More...
 
Drv::PollStatus invoke (Fw::Buffer &pollBuffer)
 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 ByteStreamPoll port.

Definition at line 95 of file ByteStreamPollPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputByteStreamPollPort()

Drv::OutputByteStreamPollPort::OutputByteStreamPollPort ( )

Constructor.

Definition at line 76 of file ByteStreamPollPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Drv::OutputByteStreamPollPort::addCallPort ( InputByteStreamPollPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 90 of file ByteStreamPollPortAc.cpp.

◆ init()

void Drv::OutputByteStreamPollPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 84 of file ByteStreamPollPortAc.cpp.

◆ invoke()

Drv::PollStatus Drv::OutputByteStreamPollPort::invoke ( Fw::Buffer pollBuffer)

Invoke a port interface.

Definition at line 103 of file ByteStreamPollPortAc.cpp.


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