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

Contains V5CommandCode enumeration constants and strings. More...

#include <boost/cstdint.hpp>
Include dependency graph for V5CommandCode.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bil
namespace  bil::V5CommandCode
 Namespace for Virtex-5 command code constants.

Macros

#define BIL_V5COMMANDCODE_HPP

Typedefs

typedef boost::uint32_t bil::V5CommandCode::command_t
 Command code type.

Functions

const char * bil::V5CommandCode::toString (command_t command)
 Returns a string representation of given command code.

Variables

const command_t bil::V5CommandCode::NULLCMD = 0x0
const command_t bil::V5CommandCode::WCFG = 0x1
const command_t bil::V5CommandCode::MFW = 0x2
const command_t bil::V5CommandCode::LFRM = 0x3
const command_t bil::V5CommandCode::RCFG = 0x4
const command_t bil::V5CommandCode::START = 0x5
const command_t bil::V5CommandCode::RCAP = 0x6
const command_t bil::V5CommandCode::RCRC = 0x7
const command_t bil::V5CommandCode::AGHIGH = 0x8
const command_t bil::V5CommandCode::SWITCH = 0x9
const command_t bil::V5CommandCode::GRESTORE = 0xa
const command_t bil::V5CommandCode::SHUTDOWN = 0xb
const command_t bil::V5CommandCode::GCAPTURE = 0xc
const command_t bil::V5CommandCode::DESYNCH = 0xd
const command_t bil::V5CommandCode::IPROG = 0xf
const command_t bil::V5CommandCode::CRCC = 0x10
const command_t bil::V5CommandCode::LTIMER = 0x11
const char *const bil::V5CommandCode::NULLCMD_STRING = "NULL"
const char *const bil::V5CommandCode::WCFG_STRING = "WCFG"
const char *const bil::V5CommandCode::MFW_STRING = "MFW"
const char *const bil::V5CommandCode::LFRM_STRING = "LFRM"
const char *const bil::V5CommandCode::RCFG_STRING = "RCFG"
const char *const bil::V5CommandCode::START_STRING = "START"
const char *const bil::V5CommandCode::RCAP_STRING = "RCAP"
const char *const bil::V5CommandCode::RCRC_STRING = "RCRC"
const char *const bil::V5CommandCode::AGHIGH_STRING = "AGHIGH"
const char *const bil::V5CommandCode::SWITCH_STRING = "SWITCH"
const char *const bil::V5CommandCode::GRESTORE_STRING = "GRESTORE"
const char *const bil::V5CommandCode::SHUTDOWN_STRING = "SHUTDOWN"
const char *const bil::V5CommandCode::GCAPTURE_STRING = "GCAPTURE"
const char *const bil::V5CommandCode::DESYNCH_STRING = "DESYNCH"
const char *const bil::V5CommandCode::IPROG_STRING = "IPROG"
const char *const bil::V5CommandCode::CRCC_STRING = "CRCC"
const char *const bil::V5CommandCode::LTIMER_STRING = "LTIMER"

Detailed Description

Contains V5CommandCode enumeration constants and strings.

Definition in file V5CommandCode.hpp.


Macro Definition Documentation

#define BIL_V5COMMANDCODE_HPP

Definition at line 8 of file V5CommandCode.hpp.