player_wsn_datafreq_config Struct Reference

Request/reply: Change data delivery frequency. More...

#include <player_interfaces.h>

Collaboration diagram for player_wsn_datafreq_config:
Collaboration graph

Detailed Description

Request/reply: Change data delivery frequency.

By default, the frequency set for receiving data is set on the wireless node. Send a PLAYER_WSN_REQ_DATAFREQ request to change the frequency. Fill in the node ID or set -1 for all nodes. Null response.

Public Attributes

int32_t node_id
 The ID of the WSN node. More...
 
int32_t group_id
 The Group ID of the WSN node. More...
 
double frequency
 Requested frequency in Hz. More...
 

Member Data Documentation

◆ frequency

double player_wsn_datafreq_config::frequency

Requested frequency in Hz.

◆ group_id

int32_t player_wsn_datafreq_config::group_id

The Group ID of the WSN node.

-1 for all.

◆ node_id

int32_t player_wsn_datafreq_config::node_id

The ID of the WSN node.

-1 for all.


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