Epok Engine

EPOK RUNTIME

epok::nav::invalid

Variable

Variable

Exposes `invalid` on the `epok::nav` namespace for the navigation module.

Belongs to
epok::nav
Header
navigation.hpp

Declaration

Declaration
const uint16_t invalid

Exposes `invalid` on the `epok::nav` namespace for the navigation module.

Type
const uint16_t
Storage
Namespace scope

Example

C++ example
#include "navigation.hpp"

auto value = epok::nav::invalid;

When it helps

Use this member when you need direct access to the state represented by its declared type.

Trade-offs and warnings

Direct field access has no validation step. Keep the owning object alive, respect units and ranges, and do not mutate state while hardware or another subsystem is consuming it.

Declared in runtime/navigation.hpp:7