16 #ifndef _CORETESTCOMPONENTEVENT_H
17 #define _CORETESTCOMPONENTEVENT_H
20 namespace CoreTestComponent {
25 typedef std::vector<char> dataVec;
31 Event::serialize_order(ser);
This class is basically a wrapper for objects to declare the order in which their members should be s...
Definition: serializer.h:35
Definition: coreTest_ComponentEvent.h:22
Base class for Events - Items sent across links to communicate between components.
Definition: event.h:31