#include <OscEnvironment.h>
 | 
| static int  | handlerInit (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data) | 
|   | 
| static int  | handlerStartStep (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data) | 
|   | 
      
        
          | OscEnvironment::OscEnvironment  | 
          ( | 
          int  | 
          id,  | 
        
        
           | 
           | 
          int  | 
          observationDim,  | 
        
        
           | 
           | 
          int  | 
          actionDim,  | 
        
        
           | 
           | 
          int  | 
          observationBufferDim  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | OscEnvironment::~OscEnvironment  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
      
        
          | char * OscEnvironment::getPath  | 
          ( | 
          const char *  | 
          path | ) | 
           | 
        
      
 
 
  
  
      
        
          | int OscEnvironment::handlerInit  | 
          ( | 
          const char *  | 
          path,  | 
         
        
           | 
           | 
          const char *  | 
          types,  | 
         
        
           | 
           | 
          lo_arg **  | 
          argv,  | 
         
        
           | 
           | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          void *  | 
          data,  | 
         
        
           | 
           | 
          void *  | 
          user_data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | int OscEnvironment::handlerStartStep  | 
          ( | 
          const char *  | 
          path,  | 
         
        
           | 
           | 
          const char *  | 
          types,  | 
         
        
           | 
           | 
          lo_arg **  | 
          argv,  | 
         
        
           | 
           | 
          int  | 
          argc,  | 
         
        
           | 
           | 
          void *  | 
          data,  | 
         
        
           | 
           | 
          void *  | 
          user_data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | void OscEnvironment::init  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Initializes the environment. 
Reimplemented from Environment.
 
 
Performs action action and returns observation. 
Implements Environment.
 
 
      
        
          | int OscEnvironment::actionDim | 
        
      
 
 
      
        
          | volatile bool OscEnvironment::locked | 
        
      
 
 
      
        
          | int OscEnvironment::observationBufferDim | 
        
      
 
 
      
        
          | int OscEnvironment::observationDim | 
        
      
 
 
      
        
          | char OscEnvironment::observationTypes[100] | 
        
      
 
 
The documentation for this class was generated from the following files: