#include "nrp_general_library/engine_interfaces/engine_client_interface.h"#include "nrp_general_library/transceiver_function/transceiver_datapack_interface.h"#include "nrp_general_library/transceiver_function/from_engine_datapack.h"#include <vector>#include <map>#include <memory>#include <list>#include <boost/python.hpp>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 > |
| using FunctionManagerConstSharedPtr = std::shared_ptr<const FunctionManager> |
| using FunctionManagerSharedPtr = std::shared_ptr<FunctionManager> |