struct EventOptions
Defined at line 201 of file x64-shared/gen/third_party/openweave-core/src/include/Weave/Profiles/data-management/Current/EventLoggingTypes.h
The structure that provides options for the different event fields.
Public Members
Timestamp timestamp
DetailedRootSection * eventSource
TimestampType timestampType
bool urgent
Public Methods
void EventOptions ()
void EventOptions (bool )
void EventOptions (timestamp_t )
void EventOptions (utc_timestamp_t )
void EventOptions (timestamp_t , bool )
void EventOptions (utc_timestamp_t , bool )
void EventOptions (utc_timestamp_t , DetailedRootSection * , event_id_t , ImportanceType , bool )
void EventOptions (timestamp_t , DetailedRootSection * , event_id_t , ImportanceType , bool )