summaryrefslogtreecommitdiff
path: root/cp/beacon/test/central_beacon/inc/phy_stub.h
blob: bb39c132d3ac98f64973e7baf057a5f4bd94b8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#ifndef cp_beacon_test_central_beacon_phy_stub_h
#define cp_beacon_test_central_beacon_phy_stub_h
/* Cesar project {{{
 *
 * Copyright (C) 2008 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    cp/beacon/test/central_beacon/phy_stub.h
 * \brief   « brief description »
 * \ingroup « module »
 *
 * « long description »
 */


struct phy_test_t
{
    uint freq_test;
    uint ntb;
    uint date_ntb;
};
typedef struct phy_test_t phy_test_t;


#endif /* cp_beacon_test_central_beacon_phy_stub_h */