Chi-Tech
chi::ChiLog::Event Struct Reference

#include <chi_log.h>

Public Member Functions

 Event (double in_time, EventType in_ev_type, std::shared_ptr< EventInfo > in_event_info)
 

Data Fields

const double ev_time = 0.0
 
const EventType ev_type = EventType::SINGLE_OCCURRENCE
 
std::shared_ptr< EventInfoev_info
 

Detailed Description

Object used by repeating events.

Definition at line 308 of file chi_log.h.

Constructor & Destructor Documentation

◆ Event()

chi::ChiLog::Event::Event ( double  in_time,
EventType  in_ev_type,
std::shared_ptr< EventInfo in_event_info 
)
inline

Definition at line 314 of file chi_log.h.

Field Documentation

◆ ev_info

std::shared_ptr<EventInfo> chi::ChiLog::Event::ev_info

Definition at line 312 of file chi_log.h.

◆ ev_time

const double chi::ChiLog::Event::ev_time = 0.0

Definition at line 310 of file chi_log.h.

◆ ev_type

const EventType chi::ChiLog::Event::ev_type = EventType::SINGLE_OCCURRENCE

Definition at line 311 of file chi_log.h.


The documentation for this struct was generated from the following file: