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

This File contains a. More...

#include "NMEA2000.h"
Include dependency graph for N2kDeviceList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tN2kDeviceList
 Helper class to keep track of all devices on the bus. More...
 
class  tN2kDeviceList::tInternalDevice
 This class represents an internal device. More...
 

Macros

#define N2kDL_TimeBetweenCIRequest   1000
 Time in ms between configuration information requests. More...
 
#define N2kDL_TimeBetweenPIRequest   1000
 Time in ms between product information requests. More...
 
#define N2kDL_TimeForFirstRequest   1000
 Time in ms for first request after device has been noticed on the bus. More...
 
#define N2kMaxBusDevices   254
 Maximum allowed number of devices on the CAN BUS bus system is 254. More...
 

Detailed Description

This File contains a.

Definition in file N2kDeviceList.h.

Macro Definition Documentation

◆ N2kDL_TimeBetweenCIRequest

#define N2kDL_TimeBetweenCIRequest   1000

Time in ms between configuration information requests.

Definition at line 48 of file N2kDeviceList.h.

◆ N2kDL_TimeBetweenPIRequest

#define N2kDL_TimeBetweenPIRequest   1000

Time in ms between product information requests.

Definition at line 45 of file N2kDeviceList.h.

◆ N2kDL_TimeForFirstRequest

#define N2kDL_TimeForFirstRequest   1000

Time in ms for first request after device has been noticed on the bus.

Definition at line 42 of file N2kDeviceList.h.

◆ N2kMaxBusDevices

#define N2kMaxBusDevices   254

Maximum allowed number of devices on the CAN BUS bus system is 254.

Definition at line 38 of file N2kDeviceList.h.