Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Functions | Variables
standalone.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "grcommon.h"
#include "standalone.h"
Include dependency graph for standalone.c:

Functions

void report_start (void)
 
void report_end (void)
 
void report_device (int dev)
 
void report_subtest (int test)
 
void fail (int dev)
 
void success (int dev)
 
chardev_to_string (unsigned int dev)
 
chardev_to_subtest (int dev, int test)
 

Variables

int device = 0
 

Function Documentation

char* dev_to_string ( unsigned int  dev)
char* dev_to_subtest ( int  dev,
int  test 
)
void fail ( int  dev)
void report_device ( int  dev)

References dev_to_string().

Here is the call graph for this function:

void report_end ( void  )
void report_start ( void  )

References get_pid.

void report_subtest ( int  test)

References dev_to_subtest().

Here is the call graph for this function:

void success ( int  dev)

Variable Documentation

int device = 0