beremiz
Clone
Summary
Browse
Changes
Graph
fix issue that was impossible to remove local instance of functional
2016-05-06, Andrey Skvortsov
7272baadd7f6
fix issue that was impossible to remove local instance of functional
block if pou is written in ST or IL
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}