Version 4.4.0

This commit is contained in:
Gary Scavone
2013-09-29 23:11:39 +02:00
committed by Stephen Sinclair
parent d199342e86
commit eccd8c9981
287 changed files with 11712 additions and 7676 deletions

View File

@@ -31,6 +31,8 @@
#include "InetWvIn.h"
#include "RtWvOut.h"
using namespace stk;
void usage(void) {
// Error function in case of incorrect command-line
// argument specifications.
@@ -73,7 +75,7 @@ int main(int argc, char *argv[])
// Here's the runtime loop.
while ( input.isConnected() )
output->tickFrame( input.tickFrame( frame ) );
output->tick( input.tick( frame ) );
cleanup:
delete output;