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