Rev 986 | Rev 999 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 986 | Rev 995 | ||
|---|---|---|---|
| Line 73... | Line 73... | ||
| 73 | 73 | ||
| 74 | private: |
74 | private: |
| 75 | void callHandleNMTMessage(CanMessage canMessage); |
75 | void callHandleNMTMessage(CanMessage canMessage); |
| 76 | void callHandleMessage(CanMessage canMessage); |
76 | void callHandleMessage(CanMessage canMessage); |
| 77 | bool runExpression(string expression); |
77 | bool runExpression(string expression); |
| - | 78 | void printException(TryCatch* tryCatch); |
|
| 78 | 79 | ||
| 79 | VirtualMachine(); |
80 | VirtualMachine(); |
| 80 | ~VirtualMachine(); |
81 | ~VirtualMachine(); |
| 81 | static VirtualMachine* myInstance; |
82 | static VirtualMachine* myInstance; |
| 82 | 83 | ||