NMEA2000 Library  0.1
Library to handle NMEA 2000 Communication written in C++
N2kDef.h File Reference

Type definitions and utility macros used in the NMEA2000 libraries. More...

#include <stdint.h>
Include dependency graph for N2kDef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define F(str)   str
 
#define pgm_read_byte(var)   *var
 
#define pgm_read_dword(var)   *var
 
#define pgm_read_word(var)   *var
 
#define PROGMEM
 

Functions

uint32_t millis ()
 

Detailed Description

Type definitions and utility macros used in the NMEA2000 libraries.

Definition in file N2kDef.h.

Macro Definition Documentation

◆ F

#define F (   str)    str

Definition at line 64 of file N2kDef.h.

◆ pgm_read_byte

#define pgm_read_byte (   var)    *var

Definition at line 46 of file N2kDef.h.

◆ pgm_read_dword

#define pgm_read_dword (   var)    *var

Definition at line 48 of file N2kDef.h.

◆ pgm_read_word

#define pgm_read_word (   var)    *var

Definition at line 47 of file N2kDef.h.

◆ PROGMEM

#define PROGMEM

Definition at line 45 of file N2kDef.h.

Function Documentation

◆ millis()

uint32_t millis ( )