Skip to content

Use real headers and structures to define tables #17

@skliper

Description

@skliper

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions