Camera variable scope question

If i include camera.h in one of my files will the camera varibles(T_Packet_Data for example) have their correct values?

Yes. Every function sees the same global variables.