Enum PhyCommandCode

File: src/linklayer/contract/PhyControlInfo.msg

Command codes for controlling the physical layer (the radio). These constants should be set as message kind on a message sent to the radio module.

See also: PhyControlInfo

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Source code:

//
// Command codes for controlling the physical layer (the radio). These constants
// should be set as message kind on a message sent to the radio module.
//
// @see PhyControlInfo
//
enum PhyCommandCode
{

    PHY_C_CONFIGURERADIO = 1;
}