F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
Svc::TlmPacketizer Class Reference

#include <Svc/TlmPacketizer/TlmPacketizer.hpp>

Inheritance diagram for Svc::TlmPacketizer:

Public Member Functions

 TlmPacketizer (const char *const compName)
 
void init (const NATIVE_INT_TYPE queueDepth, const NATIVE_INT_TYPE instance=0)
 
void setPacketList (const TlmPacketizerPacketList &packetList, const Svc::TlmPacketizerPacket &ignoreList, const NATIVE_UINT_TYPE startLevel)
 
 ~TlmPacketizer (void)
 

Detailed Description

Definition at line 21 of file TlmPacketizer.hpp.

Constructor & Destructor Documentation

◆ TlmPacketizer()

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

Construct object TlmPacketizer

Parameters
compNameThe component name

Definition at line 21 of file TlmPacketizer.cpp.

◆ ~TlmPacketizer()

Svc::TlmPacketizer::~TlmPacketizer ( void  )

Destroy object TlmPacketizer

Definition at line 54 of file TlmPacketizer.cpp.

Member Function Documentation

◆ init()

void Svc::TlmPacketizer::init ( const NATIVE_INT_TYPE  queueDepth,
const NATIVE_INT_TYPE  instance = 0 
)

Initialize object TlmPacketizer

Parameters
queueDepthThe queue depth
instanceThe instance number

Definition at line 50 of file TlmPacketizer.cpp.

◆ setPacketList()

void Svc::TlmPacketizer::setPacketList ( const TlmPacketizerPacketList packetList,
const Svc::TlmPacketizerPacket ignoreList,
const NATIVE_UINT_TYPE  startLevel 
)

Definition at line 56 of file TlmPacketizer.cpp.


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