SST/macro
Enumerations | Functions
sstmac::ami Namespace Reference

Enumerations

enum  CAT {
  COMPUTE = 0, COMM = 1, DISP = 2, QUERY = 3,
  HW = 4
}
 
enum  COMM_FUNC { COMM_SEND = 10101 }
 
enum  COMP_FUNC { COMP_TIME = 67, COMP_INSTR, COMP_EIGER }
 Functions that block and must complete before returning. More...
 
enum  SERVICE_FUNC { COMP_DISKACCESS }
 Functions that do not block and should return asynchronously. More...
 

Functions

const char * tostr (COMP_FUNC func)
 
const char * tostr (SERVICE_FUNC func)
 
const char * tostr (COMM_FUNC func)
 
const char * tostr (CAT cat)
 

Enumeration Type Documentation

Enumerator
COMPUTE 
COMM 
DISP 
QUERY 
HW 

Definition at line 25 of file ami.h.

Enumerator
COMM_SEND 

Definition at line 33 of file ami.h.

Functions that block and must complete before returning.

Enumerator
COMP_TIME 
COMP_INSTR 
COMP_EIGER 

Definition at line 38 of file ami.h.

Functions that do not block and should return asynchronously.

Enumerator
COMP_DISKACCESS 

Definition at line 45 of file ami.h.

Function Documentation

const char* sstmac::ami::tostr ( COMP_FUNC  func)
const char* sstmac::ami::tostr ( SERVICE_FUNC  func)
const char* sstmac::ami::tostr ( COMM_FUNC  func)
const char* sstmac::ami::tostr ( CAT  cat)