WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
cmd_sched Struct Reference

#include <cmd_CommandManager.h>

Inheritance diagram for cmd_sched:

Public Member Functions

uint16 apid () const override
uint16 size () const override
void packetize (uint8 *out) const override
void depacketize (const uint8 *in) override
int16 str (char *output, uint16 size) const override

Public Attributes

char temp_buf [MAX_TLM_FIELD_CHAR_BUF_SIZE]
uint16 target_apid
uint16 slot
uint8 instance

Detailed Description

Command to change the Schedule Slot of any app, given the apid and instance

Member Function Documentation

◆ apid()

uint16 cmd_sched::apid ( ) const
inlineoverridevirtual

Reimplemented from cmd_tlm_base.

◆ depacketize()

void cmd_sched::depacketize ( const uint8 * in)
inlineoverridevirtual

Reimplemented from cmd_tlm_base.

◆ packetize()

void cmd_sched::packetize ( uint8 * out) const
inlineoverridevirtual

Reimplemented from cmd_tlm_base.

◆ size()

uint16 cmd_sched::size ( ) const
inlineoverridevirtual

Reimplemented from cmd_tlm_base.

◆ str()

int16 cmd_sched::str ( char * output,
uint16 size ) const
inlineoverridevirtual

Reimplemented from cmd_tlm_base.

Member Data Documentation

◆ instance

uint8 cmd_sched::instance

◆ slot

uint16 cmd_sched::slot

◆ target_apid

uint16 cmd_sched::target_apid

◆ temp_buf

char cmd_sched::temp_buf[MAX_TLM_FIELD_CHAR_BUF_SIZE]
mutable

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