
#include "Beowulf/Beowulf.H"#include "Component/ModelManager.H"#include "Util/Types.H"#include "Util/log.H"#include <cstdlib>#include <cstring>#include <signal.h>#include <time.h>#include <unistd.h>
Go to the source code of this file.
Functions | |
| void | terminate (int s) |
| int | main (const int argc, const char **argv) |
Variables | |
| static bool | goforever = true |
simple test to send and receive a float
Definition in file test-comm.C.
| int main | ( | const int | argc, | |
| const char ** | argv | |||
| ) |
This simple executable test to receive a float
Definition at line 54 of file test-comm.C.
References TCPmessage::addFloat(), ModelComponent::addSubComponent(), TCPmessage::getElementFloat(), goforever, ModelManager::parseCommandLine(), TCPmessage::reset(), ModelComponent::start(), and ModelComponent::stop().
1.6.3