GNSS receiver tools  1
Tools for use with GNSS receivers
SkyTraqBin::Sw_img_download Class Reference

SOFTWARE IMAGE DOWNLOAD - Download software image to system flash. More...

#include <SkyTraqBin_inputs.hh>

+ Inheritance diagram for SkyTraqBin::Sw_img_download:

Public Member Functions

 Sw_img_download (BaudRate br, BufferUsed bu)
 Constructor using 'automatic' flash type and flash ID of 0. More...
 
 Sw_img_download (BaudRate br, FlashType ft, uint16_t fid, BufferUsed bu)
 Constructor. More...
 
const BaudRate baud_rate (void) const
 
void set_baud_rate (BaudRate val)
 
const FlashType flash_type (void) const
 
void set_flash_type (FlashType val)
 
const BufferUsed buffer_used (void) const
 
void set_buffer_used (BufferUsed val)
 
- Public Member Functions inherited from SkyTraqBin::Input_message
const Payload_length message_length (void) const
 The total length of the message. More...
 
virtual void to_buf (unsigned char *buffer) const
 Write the message into a buffer. More...
 
- Public Member Functions inherited from SkyTraqBin::Message
const uint8_t message_id (void) const
 Getter method for the message ID. More...
 
- Public Member Functions inherited from GNSS::Message
virtual ~Message ()
 Virtual destructor to force polymorphism. More...
 
template<typename T >
bool isa (void) const
 Check the type of an object. More...
 
template<typename T >
T * cast_as (void)
 Recast this object to another type. More...
 

Additional Inherited Members

- Public Types inherited from SkyTraqBin::Input_message
typedef std::shared_ptr< Input_messageptr
 
- Public Types inherited from GNSS::Message
typedef std::shared_ptr< Messageptr
 
- Protected Member Functions inherited from SkyTraqBin::Input_message
 Input_message (uint8_t id)
 Constructor from a message ID. More...
 
- Protected Member Functions inherited from SkyTraqBin::Message
 Message (uint8_t id)
 Constructor. More...
 
- Protected Attributes inherited from SkyTraqBin::Message
uint8_t _msg_id
 

Detailed Description

SOFTWARE IMAGE DOWNLOAD - Download software image to system flash.

Definition at line 288 of file SkyTraqBin_inputs.hh.

Constructor & Destructor Documentation

SkyTraqBin::Sw_img_download::Sw_img_download ( BaudRate  br,
BufferUsed  bu 
)
inline

Constructor using 'automatic' flash type and flash ID of 0.

Parameters
brBaud rate
buSize of buffer used

Definition at line 304 of file SkyTraqBin_inputs.hh.

SkyTraqBin::Sw_img_download::Sw_img_download ( BaudRate  br,
FlashType  ft,
uint16_t  fid,
BufferUsed  bu 
)
inline

Constructor.

Parameters
brBaud rate
ftFlash type
fidFlash ID (if flash type is not 'auto')
buSize of buffer used

Definition at line 318 of file SkyTraqBin_inputs.hh.

Member Function Documentation

const BaudRate SkyTraqBin::Sw_img_download::baud_rate ( void  ) const
inline

Definition at line 325 of file SkyTraqBin_inputs.hh.

const BufferUsed SkyTraqBin::Sw_img_download::buffer_used ( void  ) const
inline

Definition at line 327 of file SkyTraqBin_inputs.hh.

const FlashType SkyTraqBin::Sw_img_download::flash_type ( void  ) const
inline

Definition at line 326 of file SkyTraqBin_inputs.hh.

void SkyTraqBin::Sw_img_download::set_baud_rate ( BaudRate  val)
inline

Definition at line 325 of file SkyTraqBin_inputs.hh.

void SkyTraqBin::Sw_img_download::set_buffer_used ( BufferUsed  val)
inline

Definition at line 327 of file SkyTraqBin_inputs.hh.

void SkyTraqBin::Sw_img_download::set_flash_type ( FlashType  val)
inline

Definition at line 326 of file SkyTraqBin_inputs.hh.


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