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

#include <Svc/Seq/CmdSeqCancelPortAc.hpp>

Inheritance diagram for Svc::InputCmdSeqCancelPort:
Fw::InputPortBase Fw::PortBase Fw::ObjBase

Public Types

enum  { SERIALIZED_SIZE = 0 }
 
typedef void(* CompFuncPtr) (Fw::PassiveComponentBase *callComp, FwIndexType portNum)
 The port callback function type. More...
 

Public Member Functions

 InputCmdSeqCancelPort ()
 Constructor. More...
 
void init ()
 Initialization function. More...
 
void addCallComp (Fw::PassiveComponentBase *callComp, CompFuncPtr funcPtr)
 Register a component. More...
 
void invoke ()
 Invoke a port interface. More...
 
- Public Member Functions inherited from Fw::InputPortBase
void setPortNum (NATIVE_INT_TYPE portNum)
 
- Public Member Functions inherited from Fw::PortBase
bool isConnected ()
 

Additional Inherited Members

- Protected Member Functions inherited from Fw::InputPortBase
 InputPortBase ()
 
virtual ~InputPortBase ()
 
- 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::InputPortBase
PassiveComponentBasem_comp
 
NATIVE_INT_TYPE m_portNum
 
- Protected Attributes inherited from Fw::PortBase
Fw::ObjBasem_connObj
 

Detailed Description

Input CmdSeqCancel port Port to cancel a sequence

Definition at line 24 of file CmdSeqCancelPortAc.hpp.

Member Typedef Documentation

◆ CompFuncPtr

typedef void(* Svc::InputCmdSeqCancelPort::CompFuncPtr) (Fw::PassiveComponentBase *callComp, FwIndexType portNum)

The port callback function type.

Definition at line 46 of file CmdSeqCancelPortAc.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SERIALIZED_SIZE 

The size of the serial representations of the port arguments.

Definition at line 34 of file CmdSeqCancelPortAc.hpp.

Constructor & Destructor Documentation

◆ InputCmdSeqCancelPort()

Svc::InputCmdSeqCancelPort::InputCmdSeqCancelPort ( )

Constructor.

Definition at line 43 of file CmdSeqCancelPortAc.cpp.

Member Function Documentation

◆ addCallComp()

void Svc::InputCmdSeqCancelPort::addCallComp ( Fw::PassiveComponentBase callComp,
CompFuncPtr  funcPtr 
)

Register a component.

Parameters
callCompThe containing component
funcPtrThe port callback function

Definition at line 57 of file CmdSeqCancelPortAc.cpp.

◆ init()

void Svc::InputCmdSeqCancelPort::init ( )
virtual

Initialization function.

Reimplemented from Fw::InputPortBase.

Definition at line 51 of file CmdSeqCancelPortAc.cpp.

◆ invoke()

void Svc::InputCmdSeqCancelPort::invoke ( )

Invoke a port interface.

Definition at line 71 of file CmdSeqCancelPortAc.cpp.


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