|  | F´ Flight Software - C/C++ Documentation
    NASA-v1.6.0
    A framework for building embedded system applications to NASA flight quality standards. | 
#include <Fw/Types/BasicTypes.hpp>Go to the source code of this file.
| Namespaces | |
| Svc | |
| Enumerations | |
| enum | Svc::PacketUpdateMode { Svc::PACKET_UPDATE_ALWAYS, Svc::PACKET_UPDATE_ON_CHANGE, Svc::PACKET_UPDATE_AFTER_FIRST_CHANGE } | 
| Variables | |
| static const NATIVE_UINT_TYPE | Svc::MAX_PACKETIZER_PACKETS = 200 | 
| static const NATIVE_UINT_TYPE | Svc::TLMPACKETIZER_NUM_TLM_HASH_SLOTS = 15 | 
| static const NATIVE_UINT_TYPE | Svc::TLMPACKETIZER_HASH_MOD_VALUE = 99 | 
| static const NATIVE_UINT_TYPE | Svc::TLMPACKETIZER_HASH_BUCKETS = 1000 | 
| static const NATIVE_UINT_TYPE | Svc::TLMPACKETIZER_MAX_MISSING_TLM_CHECK = 25 | 
| static const PacketUpdateMode | Svc::PACKET_UPDATE_MODE = PACKET_UPDATE_ON_CHANGE |