ASCEND Flight Software
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
RadioStorage Class Reference

Implementation of a Storage device to interface with an SD card. More...

#include <RadioStorage.h>

Inheritance diagram for RadioStorage:
Collaboration diagram for RadioStorage:

Public Member Functions

 RadioStorage ()
 Construct a new RadioStorage object.
 
bool verify () override
 Initialize UART1 (Serial1)
 
void store (String data) override
 Send data to the radio for transmitting.
 
void storePacket (uint8_t *packet) override
 Send data to the radio for transmitting.
 
- Public Member Functions inherited from Storage
 Storage (String storage_name)
 
- Public Member Functions inherited from Device
 Device (String device_name)
 Default constructor, sets a max_attempt of 1 (device recovery won't be attempted)
 
 Device (String device_name, int max_attempts, int wait_factor)
 
const String & getDeviceName ()
 
bool getVerified ()
 Get if the Device is Verified.
 
void recoveryConfig (int max_attempts, int wait_factor)
 Set recovery config (used keep default constructor)
 
void setWaitFactor (int wait_factor)
 Set wait_factor.
 
void setMaxAttempts (int max_attempts)
 Set max_attempts.
 
bool attemptConnection ()
 If the sensor is verified, return true, if not and it has been long enough since the last attempt (decided by wait_factor and attempt_number), attempt to reverify (reinitialize) it.
 

Private Attributes

String file_name
 

Additional Inherited Members

- Protected Attributes inherited from Device
bool verified
 
String device_name
 

Detailed Description

Implementation of a Storage device to interface with an SD card.

Constructor & Destructor Documentation

◆ RadioStorage()

RadioStorage::RadioStorage ( )

Construct a new RadioStorage object.

Member Function Documentation

◆ store()

void RadioStorage::store ( String  data)
overridevirtual

Send data to the radio for transmitting.

Parameters
dataData to transmit

Implements Storage.

◆ storePacket()

void RadioStorage::storePacket ( uint8_t *  packet)
overridevirtual

Send data to the radio for transmitting.

Parameters
packetPacket to send

Reimplemented from Storage.

◆ verify()

bool RadioStorage::verify ( )
overridevirtual

Initialize UART1 (Serial1)

Returns
true UART1 bus was successfully initialized
false otherwise

Implements Storage.

Member Data Documentation

◆ file_name

String RadioStorage::file_name
private

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