| Package | Description |
|---|---|
| uk.co.real_logic.sbe.ir |
| Modifier and Type | Method and Description |
|---|---|
static Signal |
IrUtil.mapSignal(SignalCodec signal) |
Signal |
Token.signal()
Signal the role of this token.
|
static Signal |
Signal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal[] |
Signal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SignalCodec |
IrUtil.mapSignal(Signal signal) |
Token.Builder |
Token.Builder.signal(Signal signal) |
| Constructor and Description |
|---|
Token(Signal signal,
String name,
int id,
int version,
int size,
int offset,
Encoding encoding)
Construct an
Token by providing values for all fields. |
Copyright © 2013 Real Logic Ltd. All Rights Reserved.