RPL information.
Public Attributes#
DODAG rank or the node.
DAG max rank increase, the allowable increase in Rank in support of local repair (0 to disable the mechanism)
Min hop rank increase, minimum increase in Rank between a node and any of its DODAG parents.
Lifetime unit, unit in seconds that is used to express route lifetimes in RPL.
Instance ID, set by the DODAG root, it indicates of which RPL Instance the DODAG is a part.
DODAG version number, set by the DODAG root.
Grounded, indicates whether the DODAG advertised can satisfy the application-defined goal.
Mode of Operation (MOP), must be 1 for Non-Storing Mode of Operation.
DODAG Preference, defines how preferable the root of this DODAG is compared to other DODAG roots within the instance.
Destination Advertisement Trigger Sequence Number (DTSN)
DIO minimum interval, used to configure Imin of the DIO Trickle timer.
DIO interval doublings, used to configure Imax of the DIO Trickle timer.
DIO redundancy constant, used to configure k of the DIO Trickle timer.
Default lifetime, lifetime that is used as default for all RPL routes.
Reserved, set to zero.
Public Attribute Documentation#
dag_max_rank_increase#
uint16_t sl_wisun_rpl_info_t::dag_max_rank_increase
DAG max rank increase, the allowable increase in Rank in support of local repair (0 to disable the mechanism)
min_hop_rank_increase#
uint16_t sl_wisun_rpl_info_t::min_hop_rank_increase
Min hop rank increase, minimum increase in Rank between a node and any of its DODAG parents.
lifetime_unit#
uint16_t sl_wisun_rpl_info_t::lifetime_unit
Lifetime unit, unit in seconds that is used to express route lifetimes in RPL.
instance_id#
uint8_t sl_wisun_rpl_info_t::instance_id
Instance ID, set by the DODAG root, it indicates of which RPL Instance the DODAG is a part.
dodag_version_number#
uint8_t sl_wisun_rpl_info_t::dodag_version_number
DODAG version number, set by the DODAG root.
grounded#
uint8_t sl_wisun_rpl_info_t::grounded
Grounded, indicates whether the DODAG advertised can satisfy the application-defined goal.
If set, the DODAG is grounded. If cleared, the DODAG is floating.
mode_of_operation#
uint8_t sl_wisun_rpl_info_t::mode_of_operation
Mode of Operation (MOP), must be 1 for Non-Storing Mode of Operation.
dodag_preference#
uint8_t sl_wisun_rpl_info_t::dodag_preference
DODAG Preference, defines how preferable the root of this DODAG is compared to other DODAG roots within the instance.
DAGPreference ranges from 0x00 (least preferred) to 0x07 (most preferred).
dodag_dtsn#
uint8_t sl_wisun_rpl_info_t::dodag_dtsn
Destination Advertisement Trigger Sequence Number (DTSN)
dio_interval_min#
uint8_t sl_wisun_rpl_info_t::dio_interval_min
DIO minimum interval, used to configure Imin of the DIO Trickle timer.
dio_interval_doublings#
uint8_t sl_wisun_rpl_info_t::dio_interval_doublings
DIO interval doublings, used to configure Imax of the DIO Trickle timer.
dio_redundancy_constant#
uint8_t sl_wisun_rpl_info_t::dio_redundancy_constant
DIO redundancy constant, used to configure k of the DIO Trickle timer.
default_lifetime#
uint8_t sl_wisun_rpl_info_t::default_lifetime
Default lifetime, lifetime that is used as default for all RPL routes.
Expressed in units of Lifetime Units.