altium: add comment for future readers
This commit is contained in:
parent
1a1ecd8ce1
commit
0d3c1a23ad
|
@ -743,6 +743,7 @@ APAD6::APAD6( ALTIUM_PARSER& aReader )
|
|||
// Subrecord 6
|
||||
size_t subrecord6 = aReader.ReadAndSetSubrecordLength();
|
||||
// Known lengths: 596, 628, 651
|
||||
// 596 is the number of bytes read in this code-block
|
||||
if( subrecord6 >= 596 )
|
||||
{ // TODO: detect type from something else than the size?
|
||||
sizeAndShape = std::make_unique<APAD6_SIZE_AND_SHAPE>();
|
||||
|
|
Loading…
Reference in New Issue