Definition at line 66 of file PortDescriptor.hpp.
Public Types | |
| using | Type = PortType |
Public Member Functions | |
| constexpr | PortDescriptorT (dw::core::StringView &&typeName_, dw::core::StringView &&name_, PortBinding binding_=PortBinding::OPTIONAL, dw::core::StringView comment_=""_sv) |
Public Attributes | |
| PortBinding | binding |
| dw::core::StringView | comment |
| dw::core::StringView | name |
| dw::core::StringView | typeName |
Static Public Attributes | |
| static constexpr size_t | arraySize {ArraySize} |
| static constexpr size_t | nameSize {NameSize} |
| using dw::framework::PortDescriptorT< PortType, ArraySize, NameSize >::Type = PortType |
Definition at line 71 of file PortDescriptor.hpp.
|
inlineconstexpr |
Definition at line 83 of file PortDescriptor.hpp.
|
staticconstexpr |
Definition at line 75 of file PortDescriptor.hpp.
| PortBinding dw::framework::PortDescriptorT< PortType, ArraySize, NameSize >::binding |
Definition at line 80 of file PortDescriptor.hpp.
| dw::core::StringView dw::framework::PortDescriptorT< PortType, ArraySize, NameSize >::comment |
Definition at line 81 of file PortDescriptor.hpp.
| dw::core::StringView dw::framework::PortDescriptorT< PortType, ArraySize, NameSize >::name |
Definition at line 73 of file PortDescriptor.hpp.
|
staticconstexpr |
Definition at line 79 of file PortDescriptor.hpp.
| dw::core::StringView dw::framework::PortDescriptorT< PortType, ArraySize, NameSize >::typeName |
Definition at line 72 of file PortDescriptor.hpp.