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

#include <Fw/Time/TimeIntervalPortAc.hpp>

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

Public Member Functions

 OutputTimeIntervalPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputTimeIntervalPort *callPort)
 Register an input port. More...
 
void invoke (Fw::TimeInterval &timeInterval) const
 Invoke a port interface. More...
 
- Public Member Functions inherited from Fw::PortBase
bool isConnected () const
 

Additional Inherited Members

- Protected Member Functions inherited from Fw::OutputPortBase
 OutputPortBase ()
 
virtual ~OutputPortBase ()
 
void init () override
 
- 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 TimeInterval port Time interval port

Definition at line 99 of file TimeIntervalPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputTimeIntervalPort()

Fw::OutputTimeIntervalPort::OutputTimeIntervalPort ( )

Constructor.

Definition at line 120 of file TimeIntervalPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Fw::OutputTimeIntervalPort::addCallPort ( InputTimeIntervalPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 134 of file TimeIntervalPortAc.cpp.

◆ init()

void Fw::OutputTimeIntervalPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::PortBase.

Definition at line 128 of file TimeIntervalPortAc.cpp.

◆ invoke()

void Fw::OutputTimeIntervalPort::invoke ( Fw::TimeInterval timeInterval) const

Invoke a port interface.

Parameters
timeIntervalReference to TimeInterval object

Definition at line 147 of file TimeIntervalPortAc.cpp.


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