oaBusNetDef.h File Reference

Go to the source code of this file.

Compounds

class  oaBitOrder
class  oaBusNetDef
class  oaTraits< oaBusNetDef >

Defines

#define oaBusNetDef_P
#define oavNumBitOrders   3

Enumerations

enum  oaBitOrderEnum { oacNoneBitOrder = 0, oacAscendingBitOrder = 1, oacDescendingBitOrder = 2 }


Define Documentation

#define oaBusNetDef_P
 

#define oavNumBitOrders   3
 


Enumeration Type Documentation

enum oaBitOrderEnum
 

Enumeration values:
oacNoneBitOrder  "none"
Specifies that the bus definition has no bit order.
oacAscendingBitOrder  "ascending"
Specifies that the bus definition has an ascending bit order. The interpretation of the range of the bits in the bus definition should be from minIndex to maxIndex.
oacDescendingBitOrder  "descending"
Specifies that the bus definition has a descending bit order. The interpretation of the range of the bits in the bus definition should be from maxIndex to minIndex.

Return to top of page