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

#include <Svc/Cycle/CyclePortAc.hpp>

Inheritance diagram for Svc::OutputCyclePort:
Fw::OutputPortBase Fw::PortBase Fw::ObjBase

Public Member Functions

 OutputCyclePort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputCyclePort *callPort)
 Register an input port. More...
 
void invoke (Os::RawTime &cycleStart) 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 Cycle port Time cycle Port with timestamp argument

Definition at line 99 of file CyclePortAc.hpp.

Constructor & Destructor Documentation

◆ OutputCyclePort()

Svc::OutputCyclePort::OutputCyclePort ( )

Constructor.

Definition at line 120 of file CyclePortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Svc::OutputCyclePort::addCallPort ( InputCyclePort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 134 of file CyclePortAc.cpp.

◆ init()

void Svc::OutputCyclePort::init ( )
virtual

Initialization function.

Reimplemented from Fw::PortBase.

Definition at line 128 of file CyclePortAc.cpp.

◆ invoke()

void Svc::OutputCyclePort::invoke ( Os::RawTime cycleStart) const

Invoke a port interface.

Parameters
cycleStartCycle start timestamp

Definition at line 147 of file CyclePortAc.cpp.


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