MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / CylinderHead

Class CylinderHead

lib/data/locations.h:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#pragma once
2
3struct CylinderHead
4{
5 bool operator==(const CylinderHead&) const = default;
6 std::strong_ordering operator<=>(const CylinderHead&) const = default;
7
8 unsigned cylinder, head;
9};
10
11struct CylinderHeadSector
12{

Callers 2

combineRecordAndSectorsFunction · 0.50
readDiskCommandFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected