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

This File contains an I/O stream used in the NMEA2000 libraries. More...

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

Go to the source code of this file.

Classes

class  N2kStream
 Streaming Class to handle all Streams generated by the Library. More...
 

Detailed Description

This File contains an I/O stream used in the NMEA2000 libraries.

Arduino users get away with using the standard Stream class and its subclasses. Forward declare the Stream class here and include Arduino.h in the application. (#define ARDUINO)

Non Arduino platforms need to implement this themselves if they want to use functions which operate on streams.

Definition in file N2kStream.h.