TODO.
More...
#include <tobiid/IDMessage.hpp>
Public Member Functions |
|
| IDMessage (IDMessage *const other) |
|
| IDMessage (IDFtype familyType, IDevent event) |
|
virtual void | Copy (IDMessage *const other) |
|
virtual std::string | GetDescription (void) const |
|
virtual void | SetDescription (const std::string &description) |
|
virtual std::string | GetSource (void) const |
|
virtual void | SetSource (const std::string &description) |
|
virtual IDFvalue | GetFamily (void) const |
|
virtual bool | SetFamilyType (const IDFtype type) |
|
virtual bool | SetFamilyType (const std::string &type) |
|
virtual IDFtype | GetFamilyType (void) const |
|
virtual void | SetEvent (const IDevent event) |
|
virtual IDevent | GetEvent (void) const |
|
virtual void | Dump (void) const |
| | Prints internal data.
|
|
| TCBlock (void) |
| | Constructor.
|
|
virtual int | SetBlockIdx (int fidx=TCBlock::BlockIdxUnset) |
| | Frame index setter.
|
|
virtual int | GetBlockIdx (void) const |
| | Frame index getter.
|
|
virtual int | IncBlockIdx (void) |
| | Increments frame index.
|
| virtual void | UnsetBlockIdx (void) |
| | Unsets (invalidates) frame index.
|
| virtual bool | IsSetBlockIdx (void) const |
| | Checks if frame index is set (valid)
|
Static Public Member Functions |
|
static const IDFtype | FamilyType (IDFvalue family) |
Static Public Attributes |
|
static const IDFtype | FamilyUndef = -1 |
|
static const IDFtype | FamilyBiosig = 0 |
|
static const IDFtype | FamilyCustom = 1 |
|
static const IDevent | EventNull = -1 |
|
static std::string | TxtFamilyUndef |
|
static std::string | TxtFamilyBiosig |
|
static std::string | TxtFamilyCustom |
|
static const int | BlockIdxUnset = -1 |
| | Unset frame index value.
|
Friends |
|
class | IDSerializerRapid |
Detailed Description
The documentation for this class was generated from the following files: