RTS uses a relative time tag that is 32 bit native endian. Current definition of tables uses a uint16 array which makes the table endian specific.
Could instead define a structure with the real contents (headers and commands), union with an array to make it the right size, then use designated initializers. This would allow the compiler to handle the endianness.
Imported from GSFCCFS-1841