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

#include <Svc/Ping/PingPortAc.hpp>

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

Public Member Functions

 OutputPingPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallPort (InputPingPort *callPort)
 Register an input port. More...
 
void invoke (U32 key)
 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 Ping port Port for pinging active components

Definition at line 98 of file PingPortAc.hpp.

Constructor & Destructor Documentation

◆ OutputPingPort()

Svc::OutputPingPort::OutputPingPort ( )

Constructor.

Definition at line 119 of file PingPortAc.cpp.

Member Function Documentation

◆ addCallPort()

void Svc::OutputPingPort::addCallPort ( InputPingPort callPort)

Register an input port.

Parameters
callPortThe input port

Definition at line 133 of file PingPortAc.cpp.

◆ init()

void Svc::OutputPingPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::OutputPortBase.

Definition at line 127 of file PingPortAc.cpp.

◆ invoke()

void Svc::OutputPingPort::invoke ( U32  key)

Invoke a port interface.

Parameters
keyValue to return to pinger

Definition at line 146 of file PingPortAc.cpp.


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