PETRONE_V2 / Protocol / Typedef

Modified : 2017.10.18


Introduces variable types.



Variable types

In case of sending and receiving data, the following variable types are used to clearly show the data length, even if specified variable type is present.

typedef int64_t   s64;
typedef int32_t   s32;
typedef int16_t   s16;
typedef int8_t    s8;

typedef uint64_t  u64;
typedef uint32_t  u32;
typedef uint16_t  u16;
typedef uint8_t   u8;

typedef float     f32;
typedef double    f64;



PETRONE V2

  1. Intro
  2. Typedef
  3. DataType
  4. Definitions
  5. Structs
  6. Structs - Light
  7. Structs - Display


Index