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

CONFIGURE 1PPS PULSE WIDTH - Configure 1PPS pulse width of GNSS receiver. More...

#include <SkyTraqBin_inputs_with_subid.hh>

+ Inheritance diagram for SkyTraqBin::Config_1PPS_pulse_width:

Public Member Functions

 Config_1PPS_pulse_width (uint32_t w, UpdateType ut)
 Constructor from raw integer values. More...
 
 Config_1PPS_pulse_width (double w, UpdateType ut)
 Constructor from floating-point values. More...
 
const double width (void) const
 
void set_width (double val)
 
const int32_t width_raw (void) const
 
void set_width_raw (int32_t val)
 
const UpdateType update_type (void) const
 
void set_update_type (UpdateType val)
 
- Public Member Functions inherited from SkyTraqBin::Input_message_with_subid
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::Input_message
const Payload_length message_length (void) const
 The total length of the message. 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...
 
- Public Member Functions inherited from SkyTraqBin::with_subid
 with_subid (uint8_t subid)
 Constructor. More...
 
const uint8_t message_subid (void) const
 Getter method for message sub-ID. More...
 

Additional Inherited Members

- Public Types inherited from SkyTraqBin::Input_message_with_subid
typedef std::shared_ptr< Input_message_with_subidptr
 
- 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_with_subid
 Input_message_with_subid (uint8_t id, uint8_t subid)
 Constructor from a message ID and sub-ID. More...
 
- 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
 
- Protected Attributes inherited from SkyTraqBin::with_subid
uint8_t _msg_subid
 

Detailed Description

CONFIGURE 1PPS PULSE WIDTH - Configure 1PPS pulse width of GNSS receiver.

Definition at line 585 of file SkyTraqBin_inputs_with_subid.hh.

Constructor & Destructor Documentation

SkyTraqBin::Config_1PPS_pulse_width::Config_1PPS_pulse_width ( uint32_t  w,
UpdateType  ut 
)
inline

Constructor from raw integer values.

Parameters
wPulse width (microseconds, 1~100000)
utUpdate type

Definition at line 599 of file SkyTraqBin_inputs_with_subid.hh.

SkyTraqBin::Config_1PPS_pulse_width::Config_1PPS_pulse_width ( double  w,
UpdateType  ut 
)
inline

Constructor from floating-point values.

Parameters
wPulse width (seconds, 1~100000 us)
utUpdate type

Definition at line 609 of file SkyTraqBin_inputs_with_subid.hh.

Member Function Documentation

void SkyTraqBin::Config_1PPS_pulse_width::set_update_type ( UpdateType  val)
inline

Definition at line 616 of file SkyTraqBin_inputs_with_subid.hh.

void SkyTraqBin::Config_1PPS_pulse_width::set_width ( double  val)
inline

Definition at line 614 of file SkyTraqBin_inputs_with_subid.hh.

void SkyTraqBin::Config_1PPS_pulse_width::set_width_raw ( int32_t  val)
inline

Definition at line 615 of file SkyTraqBin_inputs_with_subid.hh.

const UpdateType SkyTraqBin::Config_1PPS_pulse_width::update_type ( void  ) const
inline

Definition at line 616 of file SkyTraqBin_inputs_with_subid.hh.

const double SkyTraqBin::Config_1PPS_pulse_width::width ( void  ) const
inline

Definition at line 614 of file SkyTraqBin_inputs_with_subid.hh.

const int32_t SkyTraqBin::Config_1PPS_pulse_width::width_raw ( void  ) const
inline

Definition at line 615 of file SkyTraqBin_inputs_with_subid.hh.


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