Privacy
An open-source, flexible 3D physical simulation framework
mars::interfaces::pluginStruct Struct Reference

#include <PluginInterface.h>

Public Attributes

std::string name
 
PluginInterfacep_interface
 
pDestroyPluginp_destroy
 
double timer
 
double timer_gui
 
int t_count
 
int t_count_gui
 

Detailed Description

Definition at line 66 of file PluginInterface.h.

Member Data Documentation

◆ name

std::string mars::interfaces::pluginStruct::name

Definition at line 67 of file PluginInterface.h.

◆ p_destroy

pDestroyPlugin* mars::interfaces::pluginStruct::p_destroy

Definition at line 69 of file PluginInterface.h.

◆ p_interface

PluginInterface* mars::interfaces::pluginStruct::p_interface

Definition at line 68 of file PluginInterface.h.

◆ t_count

int mars::interfaces::pluginStruct::t_count

Definition at line 71 of file PluginInterface.h.

◆ t_count_gui

int mars::interfaces::pluginStruct::t_count_gui

Definition at line 71 of file PluginInterface.h.

◆ timer

double mars::interfaces::pluginStruct::timer

Definition at line 70 of file PluginInterface.h.

◆ timer_gui

double mars::interfaces::pluginStruct::timer_gui

Definition at line 70 of file PluginInterface.h.


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