GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
wrappers
>
TCP_CA_STATE_ENUM
+
Point of view
All features
ANY
WRAPPER_HANDLER
WRAPPER
All features
expanded class TCP_CA_STATE_ENUM
Summary
top
Wrapper of enum tcp_ca_state defined in file /usr/include/netinet/tcp.h
Direct parents
Insert list:
ENUM
Class invariant
top
is_valid_state
Overview
top
Creation features
{
ANY
}
default_create
set_cwr
Features
Validity
{
ANY
}
is_valid_value
(a_value:
INTEGER_32
):
BOOLEAN
Can
a_value
be used in a
set_value
feature call?
Setters
{
ANY
}
default_create
set_cwr
set_disorder
set_loss
set_open
set_recovery
Queries
{
ANY
}
is_cwr
:
BOOLEAN
is_disorder
:
BOOLEAN
is_loss
:
BOOLEAN
is_open
:
BOOLEAN
is_recovery
:
BOOLEAN
Low level values
{
WRAPPER
,
WRAPPER_HANDLER
}
cwr_low_level
:
INTEGER_32
disorder_low_level
:
INTEGER_32
loss_low_level
:
INTEGER_32
open_low_level
:
INTEGER_32
recovery_low_level
:
INTEGER_32
{
ANY
}
is_valid_state
:
BOOLEAN
Is the value of the enumeration valid?
{
WRAPPER_HANDLER
}
value
:
INTEGER_32
The current value of the enumeration.
set
(a_value:
INTEGER_32
)
change_value
(a_value:
INTEGER_32
)
is_valid_value
(a_value:
INTEGER_32
):
BOOLEAN
effective function
{
ANY
}
top
Can
a_value
be used in a
set_value
feature call?
default_create
effective procedure
{
ANY
}
top
set_cwr
effective procedure
{
ANY
}
top
set_disorder
effective procedure
{
ANY
}
top
set_loss
effective procedure
{
ANY
}
top
set_open
effective procedure
{
ANY
}
top
set_recovery
effective procedure
{
ANY
}
top
is_cwr
:
BOOLEAN
effective function
{
ANY
}
top
is_disorder
:
BOOLEAN
effective function
{
ANY
}
top
is_loss
:
BOOLEAN
effective function
{
ANY
}
top
is_open
:
BOOLEAN
effective function
{
ANY
}
top
is_recovery
:
BOOLEAN
effective function
{
ANY
}
top
cwr_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
disorder_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
loss_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
open_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
recovery_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
is_valid_state
:
BOOLEAN
effective function
{
ANY
}
top
Is the value of the enumeration valid?
value
:
INTEGER_32
writable attribute
{
WRAPPER_HANDLER
}
top
The current value of the enumeration.
set
(a_value:
INTEGER_32
)
effective procedure
{
WRAPPER_HANDLER
}
top
require
is_valid_value
(a_value)
change_value
(a_value:
INTEGER_32
)
effective procedure
{
WRAPPER_HANDLER
}
top
require
is_valid_value
(a_value)