()
| 104 | } |
| 105 | |
| 106 | func (sdce SFlowDataSourceExpanded) decode() (SFlowSourceFormat, SFlowSourceValue) { |
| 107 | leftField := sdce.SourceIDClass >> 30 |
| 108 | rightField := uint32(0x3FFFFFFF) & uint32(sdce.SourceIDIndex) |
| 109 | return SFlowSourceFormat(leftField), SFlowSourceValue(rightField) |
| 110 | } |
| 111 | |
| 112 | type SFlowSourceFormat uint32 |
| 113 |
no test coverage detected