What are the role of these code file?
|
|
---|---|
Hello,I have a question about the Bilt DeviceClass. https://sourceforge.net/p/tango-ds/code/HEAD/tree/DeviceClasses/PowerSupply/Itest/Bilt/trunk/ Pogo always generate codes with the same code files,Just as it has been displayed in the link: Bilt.cpp Bilt.h BiltClass.cpp BiltClass.h BiltStateMachine.cpp ClassFactory.cpp main.cpp Makefile But I'm confused about other documents under the directory called libMagnet.What are the roles of these code files?I have read them but I am still not very clear. I think they are the codes about data exchange between device and hardware. Am I right? Thanks! wT |
|
|
---|---|
Hi, yes libMagnet.cpp is a library (apparently provided by the hardware supplier) for accessing the powersupply hardware via a tcp/ip socket. Andy |
|
|
---|---|
AndyThanks! |