#include "nrp_general_library/engine_interfaces/engine_client_interface.h"#include "nrp_general_library/utils/ptr_templates.h"#include <boost/python.hpp>Go to the source code of this file.
Classes | |
| class | TransceiverDataPackInterface |
| Base of TF Decorators. More... | |
Typedefs | |
| using | TransceiverFunctionInterpreterSharedPtr = std::shared_ptr< FunctionManager > |
| using | TransceiverFunctionInterpreterConstSharedPtr = std::shared_ptr< const FunctionManager > |
| using | TransceiverDataPackInterfaceSharedPtr = TransceiverDataPackInterface::shared_ptr |
| using | TransceiverDataPackInterfaceConstSharedPtr = TransceiverDataPackInterface::const_shared_ptr |
| using TransceiverFunctionInterpreterConstSharedPtr = std::shared_ptr<const FunctionManager> |
| using TransceiverFunctionInterpreterSharedPtr = std::shared_ptr<FunctionManager> |