famouso::mw::attributes Namespace Reference
Namespaces | |
namespace | access |
namespace | detail |
namespace | filter |
namespace | tags |
namespace | type_traits |
Data Structures | |
class | AbsoluteDeadline |
Defines a configurable deadline attribute for describing a point in time when a specific event is expected to be occurred. More... | |
class | Attribute |
Represents an attribute as a part of the FAMOUSO generic attribute framework. More... | |
struct | AttributeSet |
Represents a sequence of attributes in binary representation. More... | |
struct | CompileError |
Generates a generic compile-time error. More... | |
struct | CompileError< T, U, tags::same_tag > |
is a specialization of CompileError More... | |
struct | CompileError< T, tags::attribute_tag > |
is a specialization of CompileError More... | |
struct | CompileError< T, U, tags::compare_different_attributes_tag > |
is a specialization of CompileError More... | |
struct | IntegralConstRunTimeWrapper |
defines a runtime wrapper for integral constants More... | |
struct | IntegralConstToType |
implements an integral constant to type mapper More... | |
struct | IntegralConstType |
defines the base type of an integral constant More... | |
class | Jitter |
Defines a configurable jitter attribute for describing the deviation from a mean latency. More... | |
class | Latency |
Defines a configurable Latency attribute for describing the delay between sending a packet and receiving it at the destination. More... | |
class | Null |
Defines an attribute to represent a type-pendant to a NULL-pointer. More... | |
class | Omission |
Defines a configurable omission degree attribute for describing how many packets can be consecutively lost. More... | |
class | PacketLoss |
Defines a configurable packet loss attribute for describing how many packets will be averagely lost. More... | |
class | Period |
Defines a configurable period attribute for describing the time between periodic events. More... | |
class | RelativeDeadline |
Defines a configurable deadline attribute for describing a point in time relative to the current one when a specific event is expected to be occurred. More... | |
class | Throughput |
Defines a configurable throughput attribute for describing how many bytes per second can be transmitted. More... | |
class | TimeStamp |
Defines a configurable time stamp attribute for describing a specific point in time. More... | |
class | TTL |
defines a configurable Time-To-Live attribute for describing how many different networks can be passed via gateways. If the ttl attached on an event reaches zero, the event will be discarded. More... |