--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+unsubscribe@arduino.cc.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+unsubscribe@arduino.cc.
--
Nils Springob
Am Denkmal 8, 52223 Stolberg
Tel: +49-2402-997-8391
Mobil: +49-163-6556110
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+unsubscribe@arduino.cc.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+unsubscribe@arduino.cc.
It means “A type-def’d type”.
Back in the day, when folks first started using typedef en-mass (which I think was about the time C++ started taking off), people got confused by the syntax, esp if there was a compiler error. One didn’t know if “ui8” was a typedef, a #define, a macro, etc… Some folks use an “_p” to mean a typedef pointer to that type, i.e. Unsigned char * would be “ui8_p”.
It comes from the same mindset that used to require that all global variables were of the form “gGlobalName”, and constants were “kCONSTANTNAME”.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
--
Nils Springob
Am Denkmal 8, 52223 Stolberg
Tel: +49-2402-997-8391
Mobil: +49-163-6556110
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to developers+...@arduino.cc.
--
You received this message because you are subscribed to the Google Groups "Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
developers+...@arduino.cc.