#include <beetle.h>
Inheritance diagram for beetle:
Public Member Functions | |
beetle (const unsigned int id, const unsigned int vfs, const unsigned int latency) | |
beetle () | |
virtual | ~beetle () |
unsigned int | id () const |
unsigned int | vfs () const |
unsigned int | latency () const |
void | stream (CSVParser &parser) |
Private Attributes | |
unsigned int | m_id |
unsigned int | m_vfs |
unsigned int | m_latency |
double | m_T |
|
constructer
|
|
default constructer |
|
destructer |
|
|
|
|
|
stream Implements SObject. |
|
|
|
|
|
|
|
|
|
|