rllib  1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
rlstate.cpp File Reference
#include "rlstate.h"
Include dependency graph for rlstate.cpp:

Go to the source code of this file.

Functions

static void * stepsThread (void *arg)
 

Function Documentation

static void* stepsThread ( void *  arg)
static

Definition at line 55 of file rlstate.cpp.

{
THREAD_PARAM *tp = (THREAD_PARAM *) arg;
rlState *st = (rlState *) tp->user;
int cycletime = st->cycletime;
st->runSteps(cycletime);
return arg;
}