HokuyoAIST  3.0.2
Public Attributes | List of all members
hokuyoaist::IPAddr Struct Reference

Structure to store an IP address. More...

#include <hokuyoaist/sensor.h>

Public Attributes

unsigned int first
 First byte. More...
 
unsigned int second
 Second byte. More...
 
unsigned int third
 Third byte. More...
 
unsigned int fourth
 Fourth byte. More...
 

Detailed Description

Structure to store an IP address.

Definition at line 101 of file sensor.h.

Member Data Documentation

unsigned int hokuyoaist::IPAddr::first

First byte.

Definition at line 104 of file sensor.h.

unsigned int hokuyoaist::IPAddr::fourth

Fourth byte.

Definition at line 110 of file sensor.h.

unsigned int hokuyoaist::IPAddr::second

Second byte.

Definition at line 106 of file sensor.h.

unsigned int hokuyoaist::IPAddr::third

Third byte.

Definition at line 108 of file sensor.h.


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