Skip to content

Instantly share code, notes, and snippets.

View mkaisercross's full-sized avatar

Michael Kaiser-Cross mkaisercross

  • Delray Beach, FL
View GitHub Profile
lshw -C network
*-network:0
description: Ethernet interface
physical id: 5
logical name: eth0
serial: 36:c9:e3:f1:b8:05
size: 1Gbit/s
capacity: 1Gbit/s
capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sunxi_geth driverversion=SUNXI Gbgit driver V1.1 duplex=full ip=192.168.10.1 link=yes multicast=yes port=MII speed=1Gbit/s
#ifndef BUOYS_H
#define BUOYS_H
typedef double M3DVector3d[3];
struct buoy_layout_t;
struct buoy_track_t;
class Buoys {
public:
Buoys();
#ifndef BUOYS_H
#define BUOYS_H
typedef double M3DVector3d[3];
struct buoy_layout_t;
struct buoy_track_t;
class Buoys {
public:
Buoys();