Free Electron
DrivelineI.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __driveline_DrivelineI_h__
8 #define __driveline_DrivelineI_h__
9 
10 namespace fe
11 {
12 namespace ext
13 {
14 
15 class FE_DL_EXPORT DrivelineI
16  : virtual public Component,
17  public CastableAs<DrivelineI>
18 {
19  public:
20 virtual void step(t_moa_real a_dt) = 0;
21 //virtual void react(const t_note_id &a_note_id) {}
22 virtual void sync(void) {}
23 virtual bool compile(Record r_driveline) = 0;
24 };
25 
26 } /* namespace ext */
27 } /* namespace fe */
28 
29 #endif /* __driveline_DrivelineI_h__ */
30 
31 
kernel
Definition: namespace.dox:3