OpENer - Open Source EtherNet/IP(TM) I/O Target Stack  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
cip_message_router_object Struct Reference

A class registry list node. More...

Collaboration diagram for cip_message_router_object:
[legend]

Data Fields

CipClasscip_class
 
struct cip_message_router_objectnext
 

Detailed Description

A class registry list node.

A linked list of this object is the registry of classes known to the message router for small devices with very limited memory it could make sense to change this list into an array with a given max size for removing the need for having to dynamically allocate memory. The size of the array could be a parameter in the platform config file.

Definition at line 23 of file cipmessagerouter.c.

Field Documentation

CipClass* cip_message_router_object::cip_class
struct cip_message_router_object* cip_message_router_object::next

link

Definition at line 24 of file cipmessagerouter.c.

Referenced by DeleteAllClasses(), GetRegisteredObject(), and RegisterCipClass().


The documentation for this struct was generated from the following file: