process.hh (13072:f2b83208ab54) process.hh (13075:d7b8d1d5fc66)
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

133{
134 public:
135 SensitivityTimeoutAndEventAndList(
136 Process *p, ::sc_core::sc_time t,
137 const ::sc_core::sc_event_and_list *eal) :
138 Sensitivity(p), SensitivityTimeout(p, t),
139 SensitivityEventAndList(p, eal)
140 {}
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

133{
134 public:
135 SensitivityTimeoutAndEventAndList(
136 Process *p, ::sc_core::sc_time t,
137 const ::sc_core::sc_event_and_list *eal) :
138 Sensitivity(p), SensitivityTimeout(p, t),
139 SensitivityEventAndList(p, eal)
140 {}
141
142 void notifyWork(Event *e) override;
141};
142
143class SensitivityTimeoutAndEventOrList :
144 public SensitivityTimeout, public SensitivityEventOrList
145{
146 public:
147 SensitivityTimeoutAndEventOrList(
148 Process *p, ::sc_core::sc_time t,

--- 242 unchanged lines hidden ---
143};
144
145class SensitivityTimeoutAndEventOrList :
146 public SensitivityTimeout, public SensitivityEventOrList
147{
148 public:
149 SensitivityTimeoutAndEventOrList(
150 Process *p, ::sc_core::sc_time t,

--- 242 unchanged lines hidden ---