AUBO SDK  0.26.0
Loading...
Searching...
No Matches
runtime_machine.h File Reference

Script interpreter runtime interface, allows pausing the script interpreter and setting/removing breakpoints. More...

#include <memory>
#include <aubo/global_config.h>
#include <aubo/type_def.h>
Include dependency graph for runtime_machine.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  arcs::common_interface::RuntimeMachine
 The RuntimeMachine class. More...
 

Namespaces

namespace  arcs
 
namespace  arcs::common_interface
 

Typedefs

using arcs::common_interface::RuntimeMachinePtr = std::shared_ptr< RuntimeMachine >
 

Detailed Description

Script interpreter runtime interface, allows pausing the script interpreter and setting/removing breakpoints.

Definition in file runtime_machine.h.