NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
This File contains an I/O stream used in the NMEA2000 libraries. More...
Go to the source code of this file.
Classes | |
class | N2kStream |
Streaming Class to handle all Streams generated by the Library. More... | |
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.