Copyright (C) 2008 Battelle Memorial Institute More...
Go to the source code of this file.
Classes | |
class | eventgen |
The event generation object synthesizing reliability events for a target group of object in a GridLAB-D model. More... | |
struct | s_relevantstruct |
Object Event Details - contains. More... | |
| |
enum | DISTTYPE { UNIFORM = 0, NORMAL = 1, LOGNORMAL = 2, BERNOULLI = 3, PARETO = 4, EXPONENTIAL = 5, RAYLEIGH = 6, WEIBULL = 7, GAMMA = 8, BETA = 9, TRIANGLE = 10, NONE = 11 } |
typedef struct s_relevantstruct | RELEVANTSTRUCT |
Object Event Details - contains. | |
EXPORT int | add_event (OBJECT *event_obj, OBJECT *obj_to_fault, char *event_type, TIMESTAMP fail_time, TIMESTAMP rest_length, int implemented_fault, bool fault_state) |
Function to add unhandled event into the structure. |
Copyright (C) 2008 Battelle Memorial Institute
Definition in file eventgen.h.
enum DISTTYPE |
Definition at line 20 of file eventgen.h.