Jump to content

Conv endian t

From EDM2
Revision as of 02:40, 16 August 2017 by Martini (talk | contribs) (Comment)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

conv_endian_t

Source about source and target endians.

Type

USHORT source
USHORT target

C declaration method

typedef struct

Fields

source
Source information.
target
Target information.

Comment

Each field can contain:

0x0000
Use system endian
0xfeff
Use big endian
0xfffe
Use little endian

Example

typedef struct _conv_endian_rec {
  unsigned short       source;
  unsigned short       target;
} conv_endian_t;