#include <xplFilter.h>
Note: This class has an entirely private interface, with only the xplDevice class being granted access.
Filters are one of the config items defined by the xplDevice, and are set up by the user in xPLHal. They take the form of a string defined as follows:
[msgtype].[vendor].[device].[instance].[class].[type]
All elements must be present, but may be wildcarded with a '*'. If any filters have been defined, only messages that pass at least one of them will be acted upon.