MCPcopy Create free account
hub / github.com/GENIVI/CANdevStudio / dataType

Method dataType

src/components/canload/canloadmodel.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44NodeDataType CanLoadModel::dataType(PortType portType, PortIndex ndx) const
45{
46 if (portMappings.at(portType).size() > static_cast<uint32_t>(ndx)) {
47 return portMappings.at(portType)[ndx];
48 }
49
50 cds_error("No port mapping for ndx: {}", ndx);
51 return {};
52}
53
54std::shared_ptr<NodeData> CanLoadModel::outData(PortIndex)
55{

Callers 1

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected