package TrafficProfiles

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum Command

tp_packet.proto:10

Used in: Packet, PatternConfiguration

message Configuration

tp_config.proto:268

enum Configuration.TimeUnit

tp_config.proto:270

the global time unit in "cycles" or seconds/sub-multiples of

Used in: Configuration

message DelayConfiguration

tp_config.proto:225

delay profile configuration

Used in: Profile

message FifoConfiguration

tp_config.proto:125

FIFO configuration

Used in: Profile

enum FifoConfiguration.StartupLevel

tp_config.proto:129

The starting level of the profile, can be either 0/Empty or 1/Full

Used in: FifoConfiguration

message Packet

tp_packet.proto:20

packet data structure generated by the Traffic Profile Generator

message PatternConfiguration

tp_config.proto:58

Used in: Profile

message PatternConfiguration.Address

tp_config.proto:62

Used in: PatternConfiguration

message PatternConfiguration.Stride

tp_config.proto:81

Used in: PatternConfiguration

message Profile

tp_config.proto:235

Used in: Configuration

enum Profile.Type

tp_config.proto:236

Used in: Profile

message RandomDesc

tp_config.proto:15

Random generator descriptor, contains random distribution types and configuration parameters for each of them

Used in: PatternConfiguration, SlaveConfiguration

message RandomDesc.NormalDesc

tp_config.proto:30

Normal random number generator, it is configured by providing mean and standard deviation

Used in: RandomDesc

message RandomDesc.PoissonDesc

tp_config.proto:36

Poisson random number generator, it is configured by providing the distribution mean

Used in: RandomDesc

enum RandomDesc.Type

tp_config.proto:17

Used in: RandomDesc

message RandomDesc.UniformDesc

tp_config.proto:24

Uniform random number generator, it is configured by providing interval boundaries

Used in: RandomDesc

message RandomDesc.WeibullDesc

tp_config.proto:41

Weibull random number generator, it is configured by providing shape and scale

Used in: RandomDesc

message SlaveConfiguration

tp_config.proto:177

slave profile configuration

Used in: Profile

message StatObject

tp_stats.proto:12

Google Protocol Buffer Object used to export statistics to the host platform