OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [common/] [coreservices/] [icommand.h] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 3... Line 3...
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      User's command interface.
 * @brief      User's command interface.
 */
 */
 
 
#ifndef __DEBUGGER_ICOMMAND_H__
#ifndef __DEBUGGER_COMMON_CORESERVICES_ICOMMAND_H__
#define __DEBUGGER_ICOMMAND_H__
#define __DEBUGGER_COMMON_CORESERVICES_ICOMMAND_H__
 
 
#include "iface.h"
#include <iface.h>
#include "attribute.h"
#include <attribute.h>
#include "coreservices/itap.h"
#include "coreservices/itap.h"
#include "coreservices/isocinfo.h"
#include "coreservices/isocinfo.h"
 
 
 
 
namespace debugger {
namespace debugger {
 
 
static const char *IFACE_COMMAND = "ICommand";
static const char *IFACE_COMMAND = "ICommand";
 
 
static const bool CMD_VALID     = true;
static const bool CMD_VALID     = true;
Line 53... Line 52...
    ISocInfo *info_;
    ISocInfo *info_;
};
};
 
 
}  // namespace debugger
}  // namespace debugger
 
 
#endif  // __DEBUGGER_ICOMMAND_H__
#endif  // __DEBUGGER_COMMON_CORESERVICES_ICOMMAND_H__
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.