Home > other >  VxWorks memPartInfoGet function, memory information compiled passed, failed to download file, what p
VxWorks memPartInfoGet function, memory information compiled passed, failed to download file, what p

Time:09-23

VxWorks memPartInfoGet function, memory information compiled passed, failed to download file, what problem?
# include "VxWorks. H"
# include "memLib. H"
# include "logLib. H"
Void check (void)
{

MEM_PART_STATS tParStat;
MemPartInfoGet (memSysPartId, & amp; TParStat);

LogMsg (" it is ok to % lu \ n ", tParStat. NumBytesFree, 0,0,0,0,0);

}
  • Related