Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 0ba6959eea224b3aadadfb694b690ca601ba0501 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                
/**
 * @author generated by eTrice
 *
 * Source File of ActorClass SenderManual
 * 
 */

#include "SenderManual.h"


void SenderManual_ReceiveMessage(void* self, etInt16 localId, const etMessage*){
	etLogger_logInfoF("SenderManual_ReceiveMessage");
}

Back to the top