void GLOMO_User_RadioLayer(GlomoNode *node, Message *msg)
void GLOMO_User_RadioLayer(GlomoNode *node, Message *msg)
{
/*
* Based on the radio type call the appropriate function for
* executing the message.
*/
switch(node->radioData.radioType)
{
case USER_DEFINED_RADIO:
UserDefinedRadioLayer(node, msg);
break;
default:
assert(FALSE); abort();
}
}
Previous slide
Next slide
Back to first slide
View graphic version