CIRCT
18.0.0git
|
#include "esi/Accelerator.h"
#include "esi/Manifest.h"
#include "esi/StdServices.h"
#include <iostream>
#include <map>
#include <stdexcept>
Go to the source code of this file.
Functions | |
void | printInfo (ostream &os, Accelerator &acc) |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 30 of file esiquery.cpp.
References Python.support::connect(), esi::services::SysInfo::getEsiVersion(), and printInfo().
void printInfo | ( | ostream & | os, |
Accelerator & | acc | ||
) |
Definition at line 69 of file esiquery.cpp.
References esi::Manifest::getApiVersion(), esi::Manifest::getModuleInfos(), esi::Accelerator::getService(), and esi::Manifest::getTypeTable().
Referenced by main().