Vanetza
Loading...
Searching...
No Matches
vanetza::dcc::GradualStateMachine::State Struct Reference

Public Member Functions

constexpr State (ChannelLoad limit, Clock::duration off_time)
bool operator< (const State &other) const

Public Attributes

ChannelLoad lower_limit
Clock::duration off_time

Detailed Description

Definition at line 25 of file gradual_state_machine.hpp.

Constructor & Destructor Documentation

◆ State()

vanetza::dcc::GradualStateMachine::State::State ( ChannelLoad limit,
Clock::duration off_time )
inlineconstexpr

Definition at line 27 of file gradual_state_machine.hpp.

Member Function Documentation

◆ operator<()

bool vanetza::dcc::GradualStateMachine::State::operator< ( const State & other) const
inline

Definition at line 33 of file gradual_state_machine.hpp.

Member Data Documentation

◆ lower_limit

ChannelLoad vanetza::dcc::GradualStateMachine::State::lower_limit

Definition at line 30 of file gradual_state_machine.hpp.

◆ off_time

Clock::duration vanetza::dcc::GradualStateMachine::State::off_time

Definition at line 31 of file gradual_state_machine.hpp.


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