Cthulhu  0.2.10
Cthulhu compiler collection
version_info_t Struct Reference

version information for a driver/interface/plugin More...

#include <version_def.h>

Data Fields

const char * license
 the license of this component More...
 
const char * desc
 a short description of this component More...
 
const char * author
 the author of this component More...
 
ctu_version_t version
 the version info for this component More...
 

Detailed Description

version information for a driver/interface/plugin

Definition at line 47 of file version_def.h.

Field Documentation

◆ author

const char* version_info_t::author

the author of this component

Definition at line 51 of file version_def.h.

◆ desc

const char* version_info_t::desc

a short description of this component

Definition at line 50 of file version_def.h.

◆ license

const char* version_info_t::license

the license of this component

Definition at line 49 of file version_def.h.

◆ version

ctu_version_t version_info_t::version

the version info for this component

Definition at line 52 of file version_def.h.


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