Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
qword C2xGetThisTimeNS( void );
on preStart { C2xReceivePacket("OnC2xPacket"); }
void OnC2xPacket( long channel, long dir, long radioChannel, long signalStrength, long signalQuality, long packet ) { float t; t = (float)C2xGetThisTimeNS(); write("Received packet at %f [ns]", t ); }