beremiz
Clone
Summary
Browse
Changes
Graph
add shell script to test Beremiz python code
2017-08-22, Andrey Skvortsov
b6d47158d68a
add shell script to test Beremiz python code
currently only codestyle checking is done using pycodestyle (ex-pep8).
Later checks by flake8 and pylint maybe enabled.
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)
{
}
void CleanupRetain(void)
{
}
void InitRetain(void)
{
}