group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
FrameRecorder.cpp File Reference

Implementation of FrameRecorder session management and CSV output. More...

#include "FrameRecorder.hpp"
#include <SDL3/SDL_log.h>
#include <SDL3/SDL_timer.h>
#include <stb_image_write.h>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <sstream>
Include dependency graph for FrameRecorder.cpp:

Macros

#define STB_IMAGE_WRITE_IMPLEMENTATION
 

Functions

static std::string makeTimestamp ()
 Generate a timestamp string in YYYYMMDD_HHMMSS format.
 

Detailed Description

Implementation of FrameRecorder session management and CSV output.

Macro Definition Documentation

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

Function Documentation

◆ makeTimestamp()

static std::string makeTimestamp ( )
static

Generate a timestamp string in YYYYMMDD_HHMMSS format.

Returns
Formatted timestamp for use in session directory names.
Here is the caller graph for this function: