Bitstream Interpretation Library (BIL)  0.1
Typedefs | Functions | Variables
bil::V5CommandCode Namespace Reference

Namespace for Virtex-5 command code constants. More...

Typedefs

typedef boost::uint32_t command_t
 Command code type.

Functions

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

Variables

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

Detailed Description

Namespace for Virtex-5 command code constants.

The following command codes are recognized by Virtex-5 command register.


Typedef Documentation

typedef boost::uint32_t bil::V5CommandCode::command_t

Command code type.

Definition at line 23 of file V5CommandCode.hpp.


Function Documentation

const char * bil::V5CommandCode::toString ( command_t  command)

Returns a string representation of given command code.

Returns:
The string representation.

Definition at line 29 of file V5CommandCode.cpp.


Variable Documentation

const command_t bil::V5CommandCode::NULLCMD = 0x0

Definition at line 25 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::WCFG = 0x1

Definition at line 26 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::MFW = 0x2

Definition at line 27 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::LFRM = 0x3

Definition at line 28 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::RCFG = 0x4

Definition at line 29 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::START = 0x5

Definition at line 30 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::RCAP = 0x6

Definition at line 31 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::RCRC = 0x7

Definition at line 32 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::AGHIGH = 0x8

Definition at line 33 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::SWITCH = 0x9

Definition at line 34 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::GRESTORE = 0xa

Definition at line 35 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::SHUTDOWN = 0xb

Definition at line 36 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::GCAPTURE = 0xc

Definition at line 37 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::DESYNCH = 0xd

Definition at line 38 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::IPROG = 0xf

Definition at line 39 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::CRCC = 0x10

Definition at line 40 of file V5CommandCode.hpp.

const command_t bil::V5CommandCode::LTIMER = 0x11

Definition at line 41 of file V5CommandCode.hpp.

const char *const bil::V5CommandCode::NULLCMD_STRING = "NULL"

Definition at line 10 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::WCFG_STRING = "WCFG"

Definition at line 11 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::MFW_STRING = "MFW"

Definition at line 12 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::LFRM_STRING = "LFRM"

Definition at line 13 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::RCFG_STRING = "RCFG"

Definition at line 14 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::START_STRING = "START"

Definition at line 15 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::RCAP_STRING = "RCAP"

Definition at line 16 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::RCRC_STRING = "RCRC"

Definition at line 17 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::AGHIGH_STRING = "AGHIGH"

Definition at line 18 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::SWITCH_STRING = "SWITCH"

Definition at line 19 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::GRESTORE_STRING = "GRESTORE"

Definition at line 20 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::SHUTDOWN_STRING = "SHUTDOWN"

Definition at line 21 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::GCAPTURE_STRING = "GCAPTURE"

Definition at line 22 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::DESYNCH_STRING = "DESYNCH"

Definition at line 23 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::IPROG_STRING = "IPROG"

Definition at line 24 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::CRCC_STRING = "CRCC"

Definition at line 25 of file V5CommandCode.cpp.

const char *const bil::V5CommandCode::LTIMER_STRING = "LTIMER"

Definition at line 26 of file V5CommandCode.cpp.