#include <pcbModuleMed.h>
Inheritance diagram for pcbModuleMed
Public Methods | |
pcbModuleMed () | |
constructors and destructors for the class. | |
virtual | ~pcbModuleMed () |
virtual bool | Load (FILE* fp, int length, pcbModule& mod) |
Load the given file as an octamed module. More... | |
virtual bool | Save (FILE* fp, const pcbModule& mod) |
save an octamed. |
|
Load the given file as an octamed module. Open the file, read the data, and close the file. |