targets/Xenomai/plc_Xenomai_main.c
changeset 1717 a86deec92e08
parent 1456 e723c1dd6faa
child 1903 084256be3658
equal deleted inserted replaced
1716:ccb2ed164418 1717:a86deec92e08
   361            rt_pipe_write(&Python_pipe, &cmd, sizeof(cmd), P_NORMAL);
   361            rt_pipe_write(&Python_pipe, &cmd, sizeof(cmd), P_NORMAL);
   362         }/* otherwise, no signaling from non real time */
   362         }/* otherwise, no signaling from non real time */
   363     }    /* as plc does not wait for lock. */
   363     }    /* as plc does not wait for lock. */
   364 }
   364 }
   365 
   365 
       
   366 int CheckRetainBuffer(void)
       
   367 {
       
   368 	return 1;
       
   369 }
       
   370 
       
   371 void ValidateRetainBuffer(void)
       
   372 {
       
   373 }
       
   374 
       
   375 void InValidateRetainBuffer(void)
       
   376 {
       
   377 }
       
   378 
       
   379 void Retain(unsigned int offset, unsigned int count, void *p)
       
   380 {
       
   381 }
       
   382 
       
   383 void Remind(unsigned int offset, unsigned int count, void *p)
       
   384 {
       
   385 }
       
   386 
       
   387 void CleanupRetain(void)
       
   388 {
       
   389 }
       
   390 
       
   391 void InitRetain(void)
       
   392 {
       
   393 }