analysis_port.hh (13521:74fa3ac44057) analysis_port.hh (13586:008fe87c1ad4)
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 9 unchanged lines hidden (view full) ---

18 *****************************************************************************/
19
20#ifndef __SYSTEMC_EXT_TLM_CORE_1_ANALYSIS_ANALYSIS_PORT_HH__
21#define __SYSTEMC_EXT_TLM_CORE_1_ANALYSIS_ANALYSIS_PORT_HH__
22
23#include <algorithm>
24#include <deque>
25
1/*****************************************************************************
2
3 Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
4 more contributor license agreements. See the NOTICE file distributed
5 with this work for additional information regarding copyright ownership.
6 Accellera licenses this file to you under the Apache License, Version 2.0
7 (the "License"); you may not use this file except in compliance with the
8 License. You may obtain a copy of the License at

--- 9 unchanged lines hidden (view full) ---

18 *****************************************************************************/
19
20#ifndef __SYSTEMC_EXT_TLM_CORE_1_ANALYSIS_ANALYSIS_PORT_HH__
21#define __SYSTEMC_EXT_TLM_CORE_1_ANALYSIS_ANALYSIS_PORT_HH__
22
23#include <algorithm>
24#include <deque>
25
26#include "tlm_core/1/analysis/analysis_if.hh"
26#include "analysis_if.hh"
27
28namespace tlm
29{
30
31template <typename T>
32class tlm_analysis_port : public sc_core::sc_object,
33 public virtual tlm_analysis_if<T>
34{

--- 44 unchanged lines hidden ---
27
28namespace tlm
29{
30
31template <typename T>
32class tlm_analysis_port : public sc_core::sc_object,
33 public virtual tlm_analysis_if<T>
34{

--- 44 unchanged lines hidden ---