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;
void setUnitsClass(const openfluid::core::UnitsClass_t &UClass)
Definition: EventDescriptor.hpp:104
openfluid::core::Event & event()
Definition: EventDescriptor.hpp:123
Definition: EventDescriptor.hpp:55
EventID_t getID() const
Definition: EventDescriptor.hpp:133
unsigned long long EventID_t
Definition: EventDescriptor.hpp:52
std::string UnitsClass_t
Definition: TypeDefs.hpp:98
Definition: ApplicationException.hpp:47
void setUnitID(openfluid::core::UnitID_t ID)
Definition: EventDescriptor.hpp:86
void setUnitClass(const openfluid::core::UnitsClass_t &UClass)
Definition: EventDescriptor.hpp:113
openfluid::core::UnitID_t getUnitID() const
Definition: EventDescriptor.hpp:81
void setEvent(const openfluid::core::Event &Ev)
Definition: EventDescriptor.hpp:128
#define OPENFLUID_API
Definition: dllexport.hpp:86
const openfluid::core::UnitsClass_t getUnitClass() const
Definition: EventDescriptor.hpp:99
const openfluid::core::UnitsClass_t getUnitsClass() const
Definition: EventDescriptor.hpp:91
unsigned int UnitID_t
Definition: TypeDefs.hpp:70
~EventDescriptor()
Definition: EventDescriptor.hpp:78
const openfluid::core::Event & event() const
Definition: EventDescriptor.hpp:118