Next: Introduction, Previous: Top, Up: Top [Contents][Index]
The changes introduced in 3:0:0
are the following:
monitor
class.
monitor
class.
The interface changes introduced in 3:0:0
are the following:
fsw_event_type_filter
structure to represent a event
type filter.
FSW_ERR_UNKNOWN_VALUE
exit code.
monitor::add_event_type_filter
method to add an event
type filter.
monitor::set_event_type_filters
method to set the
event type filters.
monitor::notify_events
method to centralize event
filtering and dispatching into the base monitor class.
event::get_event_flag_by_name
method to lookup an
event type by name.
event::get_event_flag_name
method to get the name of
an event type.
ostream& operator<<(ostream& out, const
fsw_event_flag flag)
operator to simplify printing the name of an
event type on a stream.
fsw_add_event_type_filter
function to add an event
type filter.
fsw_get_event_flag_by_name
function to lookup an
event type by name.
fsw_get_event_flag_name
function to get the name of
an event type.
Next: Introduction, Previous: Top, Up: Top [Contents][Index]