rotary:[#9] process interrupts and send to master
This commit is contained in:
@@ -47,6 +47,11 @@ public:
|
||||
return pos->second;
|
||||
}
|
||||
|
||||
void inline setDataOf(Event::EventType e, EventRawData data)
|
||||
{
|
||||
events[e] = data;
|
||||
}
|
||||
|
||||
private:
|
||||
std::map <Event::EventType, EventRawData> events;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user