-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRTACommand.ice
26 lines (21 loc) · 1010 Bytes
/
RTACommand.ice
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
/***************************************************************************
begin : Mar 25 2014
copyright : (C) 2014 Andrea Zoli
email : [email protected]
***************************************************************************/
/***************************************************************************
* *
* This program is free software for non commercial purpose *
* and for public research institutes; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License. *
* For commercial purpose see appropriate license terms *
* *
***************************************************************************/
#pragma once
module CTA
{
interface RTACommand
{
idempotent void setSimDelay(double delay);
};
};