40 #ifndef __OPENFLUID_FLUIDX_EVENTDESCRIPTOR_HPP__ 41 #define __OPENFLUID_FLUIDX_EVENTDESCRIPTOR_HPP__ 45 #include <openfluid/core/TypeDefs.hpp> 67 static EventID_t m_NextID;
69 static EventID_t assignID();
106 m_UnitsClass = UClass;
115 m_UnitsClass = UClass;
Definition: ApplicationException.hpp:47
void setUnitID(openfluid::core::UnitID_t ID)
Definition: EventDescriptor.hpp:86
void setEvent(const openfluid::core::Event &Ev)
Definition: EventDescriptor.hpp:128
std::string UnitsClass_t
Definition: TypeDefs.hpp:98
const openfluid::core::UnitsClass_t getUnitClass() const
Definition: EventDescriptor.hpp:99
Definition: EventDescriptor.hpp:55
openfluid::core::UnitID_t getUnitID() const
Definition: EventDescriptor.hpp:81
void setUnitsClass(const openfluid::core::UnitsClass_t &UClass)
Definition: EventDescriptor.hpp:104
const openfluid::core::UnitsClass_t getUnitsClass() const
Definition: EventDescriptor.hpp:91
openfluid::core::Event & event()
Definition: EventDescriptor.hpp:123
void setUnitClass(const openfluid::core::UnitsClass_t &UClass)
Definition: EventDescriptor.hpp:113
const openfluid::core::Event & event() const
Definition: EventDescriptor.hpp:118
#define OPENFLUID_API
Definition: dllexport.hpp:86
unsigned long long EventID_t
Definition: EventDescriptor.hpp:52
unsigned int UnitID_t
Definition: TypeDefs.hpp:70
~EventDescriptor()
Definition: EventDescriptor.hpp:78
EventID_t getID() const
Definition: EventDescriptor.hpp:133