#include "BeoSub/BeoSub.H"
#include "BeoSub/BeoSubSensor.H"
#include "Devices/BeoChip.H"
Go to the source code of this file.
Classes | |
class | BeoSubTwoBal |
Definition and access functions for the BeoSub. More... | |
Enumerations | |
enum | BeoSubSide { BEOSUBLEFT = 0, BEOSUBRIGHT = 1 } |
A simple enum to know left from right. More... | |
Functions | |
const char * | beoSubSideName (const BeoSubSide s) |
Simple function to print the name (Left, Right) of a side. |
An autonomous submarine with two ballasts
Definition in file BeoSubTwoBal.H.
enum BeoSubSide |
A simple enum to know left from right.
Definition at line 51 of file BeoSubTwoBal.H.
const char* beoSubSideName | ( | const BeoSubSide | s | ) |
Simple function to print the name (Left, Right) of a side.
Definition at line 401 of file BeoSubTwoBal.C.