enum trc_db_walker_motion
Overview
Types of motion of the TRC database walker More…
#include <te_trc.h> enum trc_db_walker_motion { TRC_DB_WALKER_SON, TRC_DB_WALKER_BROTHER, TRC_DB_WALKER_FATHER, TRC_DB_WALKER_ROOT, };
Detailed Documentation
Types of motion of the TRC database walker
Enum Values
TRC_DB_WALKER_SON
To son
TRC_DB_WALKER_BROTHER
To brother
TRC_DB_WALKER_FATHER
To father
TRC_DB_WALKER_ROOT
Nowhere