Public Member Functions | Public Attributes
ublox_node::FixDiagnostic Struct Reference

Topic diagnostics for fix / fix_velocity messages. More...

#include <node.h>

List of all members.

Public Member Functions

 FixDiagnostic ()
 FixDiagnostic (std::string name, double freq_tol, int freq_window, double stamp_min)
 Add a topic diagnostic to the diagnostic updater for fix topics.

Public Attributes

diagnostic_updater::TopicDiagnosticdiagnostic
 Topic frequency diagnostic updater.
double max_freq
 Maximum allow frequency of topic.
double min_freq
 Minimum allow frequency of topic.

Detailed Description

Topic diagnostics for fix / fix_velocity messages.

Definition at line 181 of file node.h.


Constructor & Destructor Documentation

Definition at line 182 of file node.h.

ublox_node::FixDiagnostic::FixDiagnostic ( std::string  name,
double  freq_tol,
int  freq_window,
double  stamp_min 
) [inline]

Add a topic diagnostic to the diagnostic updater for fix topics.

The minimum and maximum frequency are equal to the nav rate in Hz.

Parameters:
namethe ROS topic
freq_tolthe tolerance [%] for the topic frequency
freq_windowthe number of messages to use for diagnostic statistics
stamp_minthe minimum allowed time delay

Definition at line 193 of file node.h.


Member Data Documentation

Topic frequency diagnostic updater.

Definition at line 209 of file node.h.

Maximum allow frequency of topic.

Definition at line 213 of file node.h.

Minimum allow frequency of topic.

Definition at line 211 of file node.h.


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


ublox_gps
Author(s): Johannes Meyer
autogenerated on Fri Jun 14 2019 19:26:13