Base Framework
Public Attributes | List of all members
IEEE1394::NodeDescriptor Struct Reference

Public Attributes

bool present = false
 
bool link = false
 
bool contender = false
 
unsigned int gapCount = 0
 
Speed speed = S100
 
Speed linkSpeed = S100
 
EUI64 guid
 
unsigned int capabilities = 0
 
Standard standard = STANDARD_UNSPECIFIED
 
unsigned int numberOfPorts = 0
 
PortState ports [3+3 *8] = { PORT_NOT_CONNECTED }
 
bool initiatedReset = false
 
PowerClass powerClass = POWER_NO_REPEAT
 
unsigned int maximumPayload = 0
 

Member Data Documentation

◆ capabilities

unsigned int IEEE1394::NodeDescriptor::capabilities = 0

Capabilities.

◆ contender

bool IEEE1394::NodeDescriptor::contender = false

Specifies that the node is a contender for the bus manager or isochronous resource manager.

◆ gapCount

unsigned int IEEE1394::NodeDescriptor::gapCount = 0

The gap count.

◆ guid

EUI64 IEEE1394::NodeDescriptor::guid

The GUID of the node if available.

◆ initiatedReset

bool IEEE1394::NodeDescriptor::initiatedReset = false

Specifies that the node initiated the last reset.

◆ link

bool IEEE1394::NodeDescriptor::link = false

Specifies that the node has an active link and transaction layer.

◆ linkSpeed

Speed IEEE1394::NodeDescriptor::linkSpeed = S100

The link speed of the node.

◆ maximumPayload

unsigned int IEEE1394::NodeDescriptor::maximumPayload = 0

The maximum payload.

◆ numberOfPorts

unsigned int IEEE1394::NodeDescriptor::numberOfPorts = 0

The number of ports.

◆ ports

PortState IEEE1394::NodeDescriptor::ports[3+3 *8] = { PORT_NOT_CONNECTED }

The port connections.

◆ powerClass

PowerClass IEEE1394::NodeDescriptor::powerClass = POWER_NO_REPEAT

The power class of the node.

◆ present

bool IEEE1394::NodeDescriptor::present = false

Specifies that the node is present.

◆ speed

Speed IEEE1394::NodeDescriptor::speed = S100

The physical speed of the node.

◆ standard

Standard IEEE1394::NodeDescriptor::standard = STANDARD_UNSPECIFIED

The IEEE 1394 specification.