
#include "Component/ModelManager.H"#include "Devices/BeoChip.H"#include "BeoSub/BeoSubBallast.H"#include <cstdlib>#include <pthread.h>
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 testing of a BeoSubBallast. | |
test submarine ballasts
Definition in file test-BeoSubBallast.C.
| int main | ( | const int | argc, | |
| const char * | argv[] | |||
| ) |
This program provides basic testing of a BeoSubBallast.
Definition at line 88 of file test-BeoSubBallast.C.
References ModelComponent::addSubComponent(), ModelManager::getExtraArg(), MC_RECURSE, MYLOGVERB, ModelManager::parseCommandLine(), nub::soft_ref< T >::reset(), ModelComponent::start(), and ModelComponent::stop().
1.6.3