OS_Smsg_Send_Now (smsg, smessage)
 
OS_Smsg_Send_I (smsg, smessage)
 
Send simple message through smsg. If smsg already exists then it will be overwritten.
bEventError		 | 
		If smsg is not free then OS_IsEventError will return true | 
OST_SMSG smsg; void Task (void) { for (;;) { /*...*/ OS_Smsg_Send_Now(smsg, 0x33); /*...*/ } }
OS_SendSMsgNoWait