Commit 9eea2694 authored by Yann Garcia's avatar Yann Garcia
Browse files

Rebuild AtsDENM full Release 2

parent 0e3f0a6b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
includes := .
 No newline at end of file
includes := .
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
/*!
 * \file      btp_types.hh
 * \brief     Header file for TITAN BTP types.
 * \author    ETSI STF525
 * \author    ETSI STF525 // TTF T036
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 * \version   ETSI EN 302 636-5-1 V2.2.1
 */
#pragma once

+2 −2
Original line number Diff line number Diff line
/*!
 * \file      btp_layer.hh
 * \brief     Header file for ITS BTP protocol layer.
 * \author    ETSI STF525
 * \author    ETSI STF525 / TTF T036
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 * \version   ETSI EN 302 636-5-1 V2.2.1
 */
#pragma once

+2 −2
Original line number Diff line number Diff line
/*!
 * \file      btp_layer_factory.hh
 * \brief     Header file for ITS BTP protocol layer factory.
 * \author    ETSI STF525
 * \author    ETSI STF525 / TTF T036
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 * \version   ETSI EN 302 636-5-1 V2.2.1
 */
#pragma once

+2 −2
Original line number Diff line number Diff line
/*!
 * \file      cam_types.hh
 * \brief     Header file for TITAN CAM types.
 * \author    ETSI STF525
 * \author    ETSI STF525 / TTF T036
 * \copyright ETSI Copyright Notification
 *            No part may be reproduced except as authorized by written permission.
 *            The copyright and the foregoing restriction extend to reproduction in all media.
 *            All rights reserved.
 * \version   0.1
 * \version   ETSI TS 103 900 v2.1.1
 */
#pragma once

Loading