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

#include <Drv/ByteStreamDriverModel/ByteStreamReadyPortAc.hpp>

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

Public Member Functions

 OutputByteStreamReadyPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputByteStreamReadyPort *callPort)
 Register an input port. More...
 
void invoke ()
 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 ByteStreamReady port Signal indicating the driver is ready to send and received data

Definition at line 94 of file ByteStreamReadyPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputByteStreamReadyPort()

Drv::OutputByteStreamReadyPort::OutputByteStreamReadyPort ( )

Constructor.

Definition at line 109 of file ByteStreamReadyPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Drv::OutputByteStreamReadyPort::addCallPort ( InputByteStreamReadyPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 123 of file ByteStreamReadyPortAc.cpp.

◆ init()

void Drv::OutputByteStreamReadyPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 117 of file ByteStreamReadyPortAc.cpp.

◆ invoke()

void Drv::OutputByteStreamReadyPort::invoke ( )

Invoke a port interface.

Definition at line 136 of file ByteStreamReadyPortAc.cpp.


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