struct tester_test_msg_hdr

Overview

Representation of the message header passed from tests to Tester. More…

#include <tester_msg.h>

struct tester_test_msg_hdr {
    // fields

    uint32_t id;
    uint32_t type;
};

Detailed Documentation

Representation of the message header passed from tests to Tester. Message body is passed just after the header.

Fields

uint32_t id

ID of the test

uint32_t type

Message type (see tester_test_msg_type).