OpenASIP  2.0
Macros
RemoteController.cc File Reference
#include "RemoteController.hh"
#include "SimValue.hh"
#include "ProgramImageGenerator.hh"
#include "BinaryEncoding.hh"
#include "BEMGenerator.hh"
#include "Binary.hh"
#include "ProgramWriter.hh"
#include <cstdio>
#include <iostream>
Include dependency graph for RemoteController.cc:

Go to the source code of this file.

Macros

#define DEBUG_REMOTE_DEBUGGER_CONTROLLER
 
#define _DPRINT(...)   printf(__VA_ARGS__)
 
#define _WHERE()   printf("%s:%d - %s\n", __FILE__, __LINE__, __func__)
 

Detailed Description

Author
Kalle Raiskila 2014

Definition in file RemoteController.cc.

Macro Definition Documentation

◆ _DPRINT

#define _DPRINT (   ...)    printf(__VA_ARGS__)

Definition at line 39 of file RemoteController.cc.

◆ _WHERE

#define _WHERE ( )    printf("%s:%d - %s\n", __FILE__, __LINE__, __func__)

Definition at line 40 of file RemoteController.cc.

◆ DEBUG_REMOTE_DEBUGGER_CONTROLLER

#define DEBUG_REMOTE_DEBUGGER_CONTROLLER

Definition at line 36 of file RemoteController.cc.