PineForge v0.1.2-15-g0247b7f
Deterministic PineScript v6 backtest runtime — C ABI reference
Loading...
Searching...
No Matches
pf_version_t Struct Reference

Runtime version descriptor returned by pf_version_get. More...

#include <pineforge.h>

Data Fields

int major
 Major version.
 
int minor
 Minor version.
 
int patch
 Patch version.
 
const char * commit_sha
 Short git commit SHA, or "" if unknown.
 

Detailed Description

Runtime version descriptor returned by pf_version_get.

Definition at line 349 of file pineforge.h.

Field Documentation

◆ major

int pf_version_t::major

Major version.

Definition at line 350 of file pineforge.h.

◆ minor

int pf_version_t::minor

Minor version.

Definition at line 351 of file pineforge.h.

◆ patch

int pf_version_t::patch

Patch version.

Definition at line 352 of file pineforge.h.

◆ commit_sha

const char* pf_version_t::commit_sha

Short git commit SHA, or "" if unknown.

Definition at line 353 of file pineforge.h.


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