RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
timeString.hpp File Reference

A timestring in ISO-8601 format. More...

#include <rtctk/componentFramework/jsonPayload.hpp>
#include <chrono>
#include <string>

Go to the source code of this file.

Classes

struct  rtctk::componentFramework::TimeString
 Represents an ISO 8601 time string in format: YYYY-MM-DDThh:mm:ss.sssZ. More...
 

Namespaces

namespace  rtctk
 
namespace  rtctk::componentFramework
 

Functions

void rtctk::componentFramework::to_json (JsonPayload &j, const TimeString &e)
 
void rtctk::componentFramework::from_json (const JsonPayload &j, TimeString &e)
 

Detailed Description

A timestring in ISO-8601 format.