SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::telecommand::prefixed_string Class Reference

#include <telecommand.hpp>

Public Member Functions

 prefixed_string ()=default
void deserialize (etl::bit_stream_reader &reader)

Public Attributes

size_t length
etl::string< CONFIG_STORAGE_MAX_PATH_LEN > value

Detailed Description

Definition at line 150 of file telecommand.hpp.

Constructor & Destructor Documentation

◆ prefixed_string()

satnogs::comms::telecommand::prefixed_string::prefixed_string ( )
default

Member Function Documentation

◆ deserialize()

void satnogs::comms::telecommand::prefixed_string::deserialize ( etl::bit_stream_reader & reader)
inline

Definition at line 159 of file telecommand.hpp.

Member Data Documentation

◆ length

size_t satnogs::comms::telecommand::prefixed_string::length

Definition at line 155 of file telecommand.hpp.

◆ value

etl::string<CONFIG_STORAGE_MAX_PATH_LEN> satnogs::comms::telecommand::prefixed_string::value

Definition at line 156 of file telecommand.hpp.


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