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

#include <Svc/ChronoTime/ChronoTime.hpp>

Inheritance diagram for Svc::ChronoTime:
Svc::ChronoTimeComponentBase Fw::PassiveComponentBase Fw::ObjBase

Public Member Functions

 ChronoTime (const char *const compName)
 Construct ChronoTime object. More...
 
 ~ChronoTime ()
 Destroy ChronoTime object. More...
 
- Public Member Functions inherited from Svc::ChronoTimeComponentBase
void init (FwEnumStoreType instance=0)
 Initialize ChronoTimeComponentBase object. More...
 
Fw::InputTimePortget_timeGetPort_InputPort (FwIndexType portNum)
 
- Public Member Functions inherited from Fw::PassiveComponentBase
void setIdBase (const U32)
 Set the ID base. More...
 
U32 getIdBase () const
 

Additional Inherited Members

- Protected Types inherited from Svc::ChronoTimeComponentBase
enum  { NUM_TIMEGETPORT_INPUT_PORTS = 1 }
 Enumerations for numbers of typed input ports. More...
 
- Protected Member Functions inherited from Svc::ChronoTimeComponentBase
 ChronoTimeComponentBase (const char *compName="")
 Construct ChronoTimeComponentBase object. More...
 
virtual ~ChronoTimeComponentBase ()
 Destroy ChronoTimeComponentBase object. More...
 
FwIndexType getNum_timeGetPort_InputPorts () const
 
void timeGetPort_handlerBase (FwIndexType portNum, Fw::Time &time)
 Handler base-class function for input port timeGetPort. More...
 
- Protected Member Functions inherited from Fw::PassiveComponentBase
 PassiveComponentBase (const char *name)
 Named constructor. More...
 
virtual ~PassiveComponentBase ()
 Destructor. More...
 
void init (NATIVE_INT_TYPE instance)
 Initialization function. More...
 
NATIVE_INT_TYPE getInstance () const
 
- Protected Member Functions inherited from Fw::ObjBase
 ObjBase (const char *name)
 ObjBase constructor. More...
 
virtual ~ObjBase ()
 Destructor. More...
 
void init ()
 Object initializer. More...
 

Detailed Description

Definition at line 14 of file ChronoTime.hpp.

Constructor & Destructor Documentation

◆ ChronoTime()

Svc::ChronoTime::ChronoTime ( const char *const  compName)

Construct ChronoTime object.

Parameters
compNameThe component name

Definition at line 17 of file ChronoTime.cpp.

◆ ~ChronoTime()

Svc::ChronoTime::~ChronoTime ( )

Destroy ChronoTime object.

Definition at line 19 of file ChronoTime.cpp.


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