This commit is contained in:
13038267101 2023-06-14 09:45:14 +08:00
parent 80da6b8c1c
commit 99854983ba
1 changed files with 4 additions and 1 deletions

View File

@ -40,8 +40,8 @@ G200Decode::G200Decode(std::shared_ptr<std::vector<char>> buff,bool is_duplex,bo
buffB->resize(b_buffer_size);
buffF->resize(f_buffer_size);
m_buffs.push_back(buffF);
m_buffs.push_back(buffB);
m_buffs.push_back(buffF);
}
@ -57,3 +57,6 @@ G400Decode::G400Decode(std::shared_ptr<std::vector<char>> buff,bool i)
// printf("G400 :buff->size()=%d\r\n",buff->size());
}
//出图注释:
//G100(DSP),G200(DSP),G300,G400,G302,G402.
//出图都是两张连成一张发上来而且正面在右边反面在左边所以拆分之后需要先把左边的push进队列