Important Update:
- FunctionCore:
- Implement UnlinkChannel()
- Avoid memory errors on application shutdown (state events)
- Unlink channels before destroying in Function destructor
- Bug fix: Linked Channels not added correctly
This commit is contained in:
@@ -130,6 +130,7 @@ public:
|
||||
|
||||
// Automated Data Input/Output
|
||||
virtual bool LinkChannel( const char * ChannelName, const char * LinkFunctionName, const char * LinkChannelName, bool Input, bool Output );
|
||||
virtual bool UnlinkChannel( const char * ChannelName, const char * LinkFunctionName, const char * LinkChannelName );
|
||||
virtual bool Process() = 0;
|
||||
|
||||
friend class CApplication;
|
||||
|
||||
Reference in New Issue
Block a user