Hiva::WallTimer::SetPeriod

Description

Sets the WallTimer period.

Prototype

void Hiva::WallTimer::SetPeriod(const Hiva::WallDuration& period, bool reset=true)

Parameters

Parameter

Input/Output

Description

period

Input

New period.

reset

Input

  • true indicates that the next triggering time is the current time plus the period interval.
  • false indicates that the next triggering time remains unchanged and subsequent triggering is performed at an interval of period.

Currently, only true is supported. This parameter is reserved for interface compatibility.

Returns

None

Usage

None

Precautions

None