All public logs

Jump to navigation Jump to search

Combined display of all available logs of ADVACAM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:57, 18 January 2024 HudecekP talk contribs created page The RawTpx3Pixel structure in memory (Created page with "The structure is declared: <syntaxhighlight line lang=C> #pragma pack(push, 1) typedef struct _RawTpx3Pixel { u32 index: 24; u64 toa: 64; byte overflow: 1; byte ftoa: 5; u16 tot: 10; } RawTpx3Pixel; #pragma pack(pop) </syntaxhighlight> But #pragma pack may not be 100% respected by the compiler, for example due to mandatory alignment. = First test = Add testbox, checkbox and test code to the Tpx3-1 example from the AdvacamAp...")