ROOTANA
Macros
TRB3Decoder.cxx File Reference
#include "TRB3Decoder.hxx"
Include dependency graph for TRB3Decoder.cxx:

Go to the source code of this file.

Macros

#define R__bswap_constant_32(x)
 

Macro Definition Documentation

◆ R__bswap_constant_32

#define R__bswap_constant_32 (   x)
Value:
((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \
(((x) & 0x0000ff00) << 8) | (((x) & 0x000000ff) << 24))

Definition at line 15 of file TRB3Decoder.cxx.