PineForge v0.1.2-11-ga87241d
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 331 of file pineforge.h.

Field Documentation

◆ major

int pf_version_t::major

Major version.

Definition at line 332 of file pineforge.h.

◆ minor

int pf_version_t::minor

Minor version.

Definition at line 333 of file pineforge.h.

◆ patch

int pf_version_t::patch

Patch version.

Definition at line 334 of file pineforge.h.

◆ commit_sha

const char* pf_version_t::commit_sha

Short git commit SHA, or "" if unknown.

Definition at line 335 of file pineforge.h.


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