ocean::Input
小于 1 分钟
ocean::Input
输入端口 More...
#include <Port.hpp>
Inherits from ocean::Port, std::enable_shared_from_this< Port >
Inherited by ocean::ProxyInput
Public Functions
Name | |
---|---|
Input(const PInputPort & input) | |
PInputPort | getInputPort() |
Additional inherited members
Public Functions inherited from ocean::Port
Name | |
---|---|
Port(const PIPort & port) 构建端口 | |
virtual | ~Port() 析构端口 |
const std::string & | getName() 获取端口名称 |
PortType | getPortType() const 获取端口类型 |
PIPort | getPort() 获取内部端口指针 |
Protected Attributes inherited from ocean::Port
Name | |
---|---|
PIPort | port 内部端口指针 |
Detailed Description
class ocean::Input;
输入端口
输入端口是Model的输入端口,接受外部模块的输入
Public Functions Documentation
function Input
explicit Input(
const PInputPort & input
)
Parameters:
- input 内部输入端口指针
构建输入端口
function getInputPort
PInputPort getInputPort()
Return:
获取内部输入端口指针
Updated on 2022-08-19 at 17:14:26 +0800