| 42 | } |
| 43 | |
| 44 | unsigned int CanSignalEncoderModel::nPorts(PortType portType) const |
| 45 | { |
| 46 | return portMappings.at(portType).size(); |
| 47 | } |
| 48 | |
| 49 | NodeDataType CanSignalEncoderModel::dataType(PortType portType, PortIndex ndx) const |
| 50 | { |
no test coverage detected