RPL information.

Public Attributes#

uint16_t

DODAG rank or the node.

uint16_t

DAG max rank increase, the allowable increase in Rank in support of local repair (0 to disable the mechanism)

uint16_t

Min hop rank increase, minimum increase in Rank between a node and any of its DODAG parents.

uint16_t

Lifetime unit, unit in seconds that is used to express route lifetimes in RPL.

uint8_t

Instance ID, set by the DODAG root, it indicates of which RPL Instance the DODAG is a part.

uint8_t

DODAG version number, set by the DODAG root.

uint8_t

Grounded, indicates whether the DODAG advertised can satisfy the application-defined goal.

uint8_t

Mode of Operation (MOP), must be 1 for Non-Storing Mode of Operation.

uint8_t

DODAG Preference, defines how preferable the root of this DODAG is compared to other DODAG roots within the instance.

uint8_t

Destination Advertisement Trigger Sequence Number (DTSN)

uint8_t

DIO minimum interval, used to configure Imin of the DIO Trickle timer.

uint8_t

DIO interval doublings, used to configure Imax of the DIO Trickle timer.

uint8_t

DIO redundancy constant, used to configure k of the DIO Trickle timer.

uint8_t

Default lifetime, lifetime that is used as default for all RPL routes.

uint8_t

Reserved, set to zero.

Public Attribute Documentation#

dodag_rank#

uint16_t sl_wisun_rpl_info_t::dodag_rank

DODAG rank or the node.


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.


reserved#

uint8_t sl_wisun_rpl_info_t::reserved[2]

Reserved, set to zero.