#include "Component/ModelManager.H"
#include "Devices/BeoChip.H"
#include "Devices/DeviceOpts.H"
#include "Util/MathFunctions.H"
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
Classes | |
class | MyBeoChipListener |
Our own little BeoChipListener. More... | |
Functions | |
int | main (const int argc, const char *argv[]) |
This program provides basic interfacing to the BeoChip. |
test suite for Rand Voorhies' BeeSTEM
test suite for Brian Hudson's BeoChip
Definition in file test-BeoChip.C.
int main | ( | const int | argc, | |
const char * | argv[] | |||
) |
This program provides basic interfacing to the BeoChip.
See the BeoChip class for details. Press both extreme keys together on the BeoChip keyboard to quit.
Definition at line 86 of file test-BeoChip.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), ModelManager::getExtraArgAs(), MYLOGVERB, ModelManager::numExtraArgs(), ModelManager::parseCommandLine(), randomUpToIncluding(), ModelComponent::start(), and ModelComponent::stop().