mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
add MockExecutive.hh
This commit is contained in:
parent
1e2c889fa7
commit
71de8837d2
@ -45,7 +45,7 @@ namespace Trick {
|
|||||||
class IExecutive : public Trick::Scheduler {
|
class IExecutive : public Trick::Scheduler {
|
||||||
public:
|
public:
|
||||||
/** gets #except_return */
|
/** gets #except_return */
|
||||||
virtual int get_except_return() const;
|
virtual int get_except_return() const = 0;
|
||||||
|
|
||||||
// protected:
|
// protected:
|
||||||
// /** Attempts to attach a debugger in the event a signal shuts down the simulation.\n */
|
// /** Attempts to attach a debugger in the event a signal shuts down the simulation.\n */
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
class MockExecutive: public IExecutive {
|
||||||
|
|
||||||
|
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user