enum ctrl_event_type

Overview

The set of generic control event types More…

#include <log_msg.h>

enum ctrl_event_type {
    CTRL_EVT_START,
    CTRL_EVT_END,
    CTRL_EVT_LAST,
};

Detailed Documentation

The set of generic control event types

Enum Values

CTRL_EVT_START

Start control message

CTRL_EVT_END

End control message

CTRL_EVT_LAST

Last marker - the biggest value of the all elements