celNetworkLinkData Class Reference
The data about a network link. More...
#include <physicallayer/nettypes.h>
Public Attributes | |
celNetworkLinkType | link_type |
The type of the source of the network link. | |
csRef< iCelEntity > | linked_entity |
The source of the network link. | |
csTicks | period |
The time period between the sending of updates. | |
csBitArray | persistence_mask |
A mask to select needed fields of the persistent data that will be sent. |
Detailed Description
The data about a network link.
Definition at line 371 of file nettypes.h.
Member Data Documentation
celNetworkLinkType celNetworkLinkData::link_type |
The type of the source of the network link.
Definition at line 377 of file nettypes.h.
The source of the network link.
Definition at line 382 of file nettypes.h.
csTicks celNetworkLinkData::period |
The time period between the sending of updates.
A period of 0 means that the link should be updated only once. A period of 1 means that it should be updated it as soon as possible.
Definition at line 394 of file nettypes.h.
A mask to select needed fields of the persistent data that will be sent.
Definition at line 387 of file nettypes.h.
The documentation for this class was generated from the following file:
- physicallayer/nettypes.h
Generated for CEL: Crystal Entity Layer 1.4.1 by doxygen 1.7.1