Revision 2d315870 doc/classdiagrams/config.uml

View differences:

doc/classdiagrams/config.uml
33 33

  
34 34
/' Not a type but a set of configuration macros. '/
35 35
$configuration("urt_config") {
36
  .. general ..
36 37
    'Selector to specify the width of urt_delay_t type (32 or 64).
37 38
  URT_CFG_DELAY_WIDTH : int
38
    'Selector to specify the width of the urt_topicid_t type (8, 16, 32 or 64).
39
  URT_CFG_TOPICID_WIDTH : int
40
    'Selector to specify the width of the urt_serviceid_t type (8, 16, 32 or 64).
41
  URT_CFG_SERVICEID_WIDTH : int
42 39
    'Selector to specify the width of the urt_nodestage_t type (8, 16, 32 or 64).
43 40
  URT_CFG_NODESTAGE_WIDTH : int
44
  ..
45
    'Selection to en-/disable debug checks.
46
  URT_CFG_DEBUG_ENABLED : bool
47
  ..
48
    'Selection ed-/disable publush-subscribe functionality.
41
  .. publish-subscribe ..
42
    'Flag to en-/disable publush-subscribe functionality.
49 43
  URT_CFG_PUBSUB_ENABLED : bool
50
    'Selection to en-/disable profiling for publish-subscribe.
44
    'Selector to specify the width of the urt_topicid_t type (8, 16, 32 or 64).
45
  URT_CFG_PUBSUB_TOPICID_WIDTH : int
46
    'Flag to en-/disable profiling for publish-subscribe.
51 47
  URT_CFG_PUBSUB_PROFILING : bool
52
    'Selection to en-/disable QoS deadline checks (e.g. timers) for publish-subscribe.
48
    'Flag to en-/disable QoS deadline checks (e.g. timers) for publish-subscribe.
53 49
  URT_CFG_PUBSUB_QOS_DEADLINECHECKS : bool
54
    'Selection to en-/disable QoS rate checks (e.g. timers) for publish-subscribe.
50
    'Flag to en-/disable QoS rate checks (e.g. timers) for publish-subscribe.
55 51
  URT_CFG_PUBSUB_QOS_RATECHECKS : bool
56
    'Selection to en-/disable QoS jitter checks for publish-subscribe.
52
    'Flag to en-/disable QoS jitter checks for publish-subscribe.
57 53
  URT_CFG_PUBSUB_QOS_JITTERCHECKS : bool
58
  ..
59
    'Selection to en-/disable RPC functionality.
54
  .. remote procedure calls ..
55
    'Flag to en-/disable RPC functionality.
60 56
  URT_CFG_RPC_ENABLED : bool
61
    'Selection to en-/disable profiling of RPCs.
57
    'Selector to specify the width of the urt_serviceid_t type (8, 16, 32 or 64).
58
  URT_CFG_RPC_SERVICEID_WIDTH : int
59
    'Flag to en-/disable profiling of RPCs.
62 60
  URT_CFG_RPC_PROFILING : bool
63
    'Selection to en-/disable QoS jitter checks for RPCs.
61
    'Flag to en-/disable QoS deadline checks (e.g. timers) for RPCs.
62
  URT_CFG_RPC_QOS_DEADLINECHECKS : bool
63
    'Flag to en-/disable QoS jitter checks for RPCs.
64 64
  URT_CFG_RPC_QOS_JITTERCHECKS : bool
65
  .. debug ..
66
    'Selection to en-/disable debug checks.
67
  URT_CFG_DEBUG_ENABLED : bool
65 68
}
66 69

  
67 70
!endsub

Also available in: Unified diff