Artemis Teensy Flight Software
The software on the Teensy in the Artemis cubesat.
Cosmos::Support::Ax25Handle Member List

This is the complete list of members for Cosmos::Support::Ax25Handle, including all inherited members.

ax25_packet (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
Ax25Handle(string dest_call, string sour_call, uint8_t dest_stat, uint8_t sour_stat, uint8_t cont, uint8_t prot) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
Ax25Handle() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_ax25_packet() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_control() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_data() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_destination_callsign() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_destination_stationID() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_hdlc_packet() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_header() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_protocolID() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_source_callsign() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
get_source_stationID() (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
hdlc_packet (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
load(vector< uint8_t > data={}) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
operator<< (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handlefriend
set_ax25_packet(vector< uint8_t > packet) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_control(uint8_t control_number) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_data(vector< uint8_t > input) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_destination_callsign(string destination) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_destination_stationID(uint8_t ID) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_hdlc_packet(vector< uint8_t > packet) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_protocolID(uint8_t protocol) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_source_callsign(string source) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
set_source_stationID(uint8_t ID) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
stuff(vector< uint8_t > ax25data={}, uint8_t flagcount=2, uint8_t flag=0x7e) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
unload(bool checkcrc=true) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle
unstuff(vector< uint8_t > hdlcdata={}, uint8_t flag=0x7e) (defined in Cosmos::Support::Ax25Handle)Cosmos::Support::Ax25Handle