15 #define insertMemberTD(name, attribute, type) type_person_TD.insertMember(H5std_string(name), HOFFSET(PersonTDDataType, attribute), type) 16 insertMemberTD(
"participant", m_participant, PredType::NATIVE_HBOOL);
17 insertMemberTD(
"health_status", m_health_status, PredType::NATIVE_UINT);
18 insertMemberTD(
"disease_counter", m_disease_counter, PredType::NATIVE_UINT);
19 insertMemberTD(
"on_vacation", m_on_vacation, PredType::NATIVE_HBOOL);
22 return type_person_TD;
Time Dependent Person DataType.
unsigned int m_disease_counter
#define insertMemberTD(name, attribute, type)
unsigned int m_health_status
static CompType getCompType()