RTC Toolkit 5.0.0
Loading...
Searching...
No Matches
Functions
eventHandling.cpp File Reference

Event Handling. More...

#include "eventHandling.hpp"
#include <fmt/format.h>
#include <numapp/thread.hpp>
#include <rtctk/componentFramework/logger.hpp>
#include <rtctk/componentFramework/malDdsEventService.hpp>

Functions

Event MakeWriteEvent (const std::set< std::string > &datapoints, uint64_t sequence_id, uint64_t timestamp)
 
Event MakeCreateEvent (const std::string &datapoint)
 
Event MakeDeleteEvent (const std::string &datapoint)
 

Detailed Description

Event Handling.

Function Documentation

◆ MakeCreateEvent()

Event MakeCreateEvent ( const std::string & datapoint)

◆ MakeDeleteEvent()

Event MakeDeleteEvent ( const std::string & datapoint)

◆ MakeWriteEvent()

Event MakeWriteEvent ( const std::set< std::string > & datapoints,
uint64_t sequence_id,
uint64_t timestamp )