TReK C++  5.3.3
Telemetry/Command API
trek::packet_identifier_struct Struct Reference

Structure of information needed for identifier parameters. More...

#include <packet.h>

Public Attributes

packet_zone_type zone
 The zone of the packet to find the idenitifer.
 
identifier_types type
 The type of identifier.
 
bool default_value_available
 Is a default value available?
 
int32_t default_value
 Default value (only used if default_value_available = true)
 
bool expected_value_available
 Is an expected value available?
 
int32_t expected_value
 Expected value (only used if expected_value_available = true)
 

Detailed Description

Structure of information needed for identifier parameters.

Examples
define_packet/define_packet.cpp.