Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 12813013df6a6fd639c392883207cc4f45235c04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**
 * @author generated by eTrice
 *
 * Source File of ActorClass ATop
 * 
 */

#include "ATop.h"

#include "modelbase/etActor.h"
#include "debugging/etLogger.h"
#include "debugging/etMSCLogger.h"
#include "etUnit/etUnit.h"
#include "platform/etMemory.h"



/* interface item IDs */
/* empty enum not generated */


void ATop_init(ATop* self){
	ET_MSC_LOGGER_SYNC_ENTRY("ATop", "init")
	ET_MSC_LOGGER_SYNC_EXIT
}


void ATop_receiveMessage(void* self, void* ifitem, const etMessage* msg){
	ET_MSC_LOGGER_SYNC_ENTRY("ATop", "_receiveMessage")
	
	ET_MSC_LOGGER_SYNC_EXIT
}


/*--------------------- operations ---------------------*/

Back to the top