targets/Xenomai/plc_Xenomai_noretain.c
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Thu, 01 Dec 2016 18:30:34 +0300
changeset 1587 b1be42401522
parent 1457 ff7cfce737ca
child 1717 a86deec92e08
permissions -rw-r--r--
add i18n to PLC status

Extra strings are added to the code to make mki18n.py to find these
strings in source files and put them into i18n/messages.pot.
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)
{
}