#include <time.h>
#include "new_sim_utils.h"
Include dependency graph for new_sim_utils.cpp:
Functions | |
const char * | NewSimulatorFruStateToString (tNewSimulatorFruState val) |
Returns a string for a Fru state. | |
void | NewSimulatorDateToString (unsigned int t, char *str) |
Fill a string a with date information. | |
void | NewSimulatorTimeToString (unsigned int t, char *str) |
Fill a string a with time information. | |
void | NewSimulatorDateTimeToString (unsigned int t, char *str) |
Fill a string a with date and time information. |
The new Simulator plugin is adapted from the ipmidirect plugin. Thanks to
Thomas Kanngieser <thomas.kanngieser@fci.com>
|
Fill a string a with date and time information.
|
|
Fill a string a with date information.
|
|
Returns a string for a Fru state.
|
|
Fill a string a with time information.
|