altium: add comment for future readers

This commit is contained in:
Thomas Pointhuber 2020-05-10 16:08:17 +02:00 committed by Jon Evans
parent 1a1ecd8ce1
commit 0d3c1a23ad
1 changed files with 1 additions and 0 deletions

View File

@ -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>();