F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
Tlv.hpp File Reference
#include <Fw/FPrimeBasicTypes.hpp>
#include <Fw/Types/SerialBuffer.hpp>
#include <config/CfdpCfg.hpp>
#include <config/EntityIdAliasAc.hpp>

Go to the source code of this file.

Classes

class  Svc::Ccsds::Cfdp::TlvData
 TLV data storage. More...
 
class  Svc::Ccsds::Cfdp::Tlv
 Single TLV entry. More...
 
class  Svc::Ccsds::Cfdp::TlvList
 List of TLVs. More...
 

Namespaces

 Svc
 RateGroupDivider component implementation.
 
 Svc::Ccsds
 
 Svc::Ccsds::Cfdp
 

Enumerations

enum  Svc::Ccsds::Cfdp::TlvType : U8 {
  Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_FILESTORE_REQUEST = 0, Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_FILESTORE_RESPONSE = 1, Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_MESSAGE_TO_USER = 2, Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_FAULT_HANDLER_OVERRIDE = 4,
  Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_FLOW_LABEL = 5, Svc::Ccsds::Cfdp::TlvType::TLV_TYPE_ENTITY_ID = 6
}