|
NTRT Simulator
v1.1
|
Contains the definition function main() for the Tetra Spine Static application. More...
#include "dev/btietz/TetraSpineStatic/TetraSpineStaticModel_hf.h"#include "htSpineSine.h"#include "core/tgModel.h"#include "core/tgSimView.h"#include "core/tgSimViewGraphics.h"#include "core/tgSimulation.h"#include "core/tgWorld.h"#include "examples/learningSpines/tgCPGLogger.h"#include <iostream>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Contains the definition function main() for the Tetra Spine Static application.
Definition in file AppTetraSpineHT.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The entry point.
| [in] | argc | the number of command-line arguments |
| [in] | argv | argv[0] is the executable name; argv[1], if supplied, is the suffix for the controller |
No - a single controller could be attached to multiple subjects However, having this here causes a segfault, since there is a call to onTeardown() when the simulation is deleted
Definition at line 48 of file AppTetraSpineHT.cpp.