VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtVreMessageManager::EventStats Struct Reference

Detailed Description

This structure stores statistics about message dispatching activity, including the number of messages dispatched in the current frame and the types of messages that were dispatched.

#include <vreMessageManager.h>

Public Attributes

int messagesDispatchedThisFrame
 
std::vector< std::string > messageTypesDispatched
 

Member Data Documentation

◆ messagesDispatchedThisFrame

int makVre::DtVreMessageManager::EventStats::messagesDispatchedThisFrame

Number of messages dispatched in the current frame.

◆ messageTypesDispatched

std::vector<std::string> makVre::DtVreMessageManager::EventStats::messageTypesDispatched

List of message types that were dispatched.


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