roneos
Operating System for the r-one robot
 All Data Structures Files Functions Variables Typedefs Groups
NbrData Struct Reference

Linked list of data on messages. More...

#include <neighbors.h>

Data Fields

const char * name
 
uint8 value
 
uint8 size
 
uint8 idx
 
uint8 type
 
struct NbrDatanextPtr
 

Detailed Description

Linked list of data on messages.

Field Documentation

uint8 NbrData::idx

Index of the data

const char* NbrData::name

Name for the data stored

struct NbrData* NbrData::nextPtr

Pointer to next NbrData in linked list

uint8 NbrData::size

Size of the list

uint8 NbrData::type

Type of data stored

uint8 NbrData::value

Value of the stored data


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