Bitstream Interpretation Library (BIL)  0.1
Namespaces | Macros | Typedefs | Functions | Variables
NetType.hpp File Reference

Contains NetType enumeration constants and strings. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bil
namespace  bil::NetType
 Namespace for net type constants.

Macros

#define BIL_NETTYPE_HPP

Typedefs

typedef unsigned char bil::NetType::net_t
 Net type.

Functions

const char * bil::NetType::toString (net_t type)
 Returns a string representation of given net type constant.
net_t bil::NetType::fromString (const char *s)
 Returns net type of given string representation.

Variables

const net_t bil::NetType::WIRE = 0x00
 Normal wiring.
const net_t bil::NetType::VCC = 0x01
 Tied to a DC power source.
const net_t bil::NetType::GND = 0x02
 Tied to ground.
const char *const bil::NetType::WIRE_STRING = "wire"
const char *const bil::NetType::VCC_STRING = "vcc"
const char *const bil::NetType::VDD_STRING = "vdd"
const char *const bil::NetType::POWER_STRING = "power"
const char *const bil::NetType::GND_STRING = "gnd"
const char *const bil::NetType::GROUND_STRING = "ground"

Detailed Description

Contains NetType enumeration constants and strings.

Definition in file NetType.hpp.


Macro Definition Documentation

#define BIL_NETTYPE_HPP

Definition at line 8 of file NetType.hpp.