SOLA
Loading...
Searching...
No Matches
minhton
include
minhton
message
find_end.h
1
// Copyright The SOLA Contributors
2
//
3
// Licensed under the MIT License.
4
// For details on the licensing terms, see the LICENSE file.
5
// SPDX-License-Identifier: MIT
6
7
#ifndef MINHTON_MESSAGE_FIND_END_H_
8
#define MINHTON_MESSAGE_FIND_END_H_
9
10
namespace
minhton
{
12
enum
SearchProgress
{ kSearchRight, kSearchLeft, kNone, kCheckRight, kReplacementNode };
13
}
// namespace minhton
14
#endif
minhton
Definition
minhton_watchdog_ns3.cpp:24
minhton::SearchProgress
SearchProgress
Used by the minhton join & leave algorithm to save the progress of the position finding.
Definition
find_end.h:12
Generated by
1.9.8