summaryrefslogtreecommitdiff
path: root/test/big_payload_tests/big_payload_test_globals.hpp
blob: 28a6205f8bde732a8154022f85c37529efa98e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2015-2016 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

#ifndef BIG_PAYLOAD_TEST_GLOBALS_HPP_
#define BIG_PAYLOAD_TEST_GLOBALS_HPP_

#include <cstdint>

namespace big_payload_test {
    constexpr std::uint32_t BIG_PAYLOAD_SIZE = 1024*600;
    constexpr vsomeip::byte_t DATA_SERVICE_TO_CLIENT = 0xAA;
    constexpr vsomeip::byte_t DATA_CLIENT_TO_SERVICE = 0xFF;
}

#endif /* BIG_PAYLOAD_TEST_GLOBALS_HPP_ */