Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa5113e407da9d046fa0ad9293000349047f8525 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * @author generated by eTrice
 *
 * Source File of ActorClass ReceiverManual
 * 
 */

#include "ReceiverManual.h"


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

Back to the top