NRP Core  1.4.1
function_manager.h File Reference

Go to the source code of this file.

Classes

struct  FunctionData
 Data associated with a single function. More...
 
class  FunctionManager
 Manages all types of Python functions that can be run as part of NRP Core. More...
 

Typedefs

using FunctionManagerSharedPtr = std::shared_ptr< FunctionManager >
 
using FunctionManagerConstSharedPtr = std::shared_ptr< const FunctionManager >
 

Typedef Documentation

◆ FunctionManagerConstSharedPtr

using FunctionManagerConstSharedPtr = std::shared_ptr<const FunctionManager>

◆ FunctionManagerSharedPtr

using FunctionManagerSharedPtr = std::shared_ptr<FunctionManager>