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

The type of a packet header. More...

#include <Fw/FilePacket/FilePacket.hpp>

Public Types

enum  { HEADERSIZE = sizeof(U8) + sizeof(U32) }
 Header size. More...
 

Public Member Functions

Type getType (void) const
 
U32 getSequenceIndex (void) const
 

Friends

union FilePacket
 

Detailed Description

The type of a packet header.

Definition at line 93 of file FilePacket.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Header size.

Enumerator
HEADERSIZE 

Definition at line 108 of file FilePacket.hpp.

Member Function Documentation

◆ getSequenceIndex()

U32 Fw::FilePacket::Header::getSequenceIndex ( void  ) const
inline

Definition at line 132 of file FilePacket.hpp.

◆ getType()

Type Fw::FilePacket::Header::getType ( void  ) const
inline

Definition at line 128 of file FilePacket.hpp.

Friends And Related Function Documentation

◆ FilePacket

friend union FilePacket
friend

Definition at line 95 of file FilePacket.hpp.


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