FormIt C++ API v25.0.0 (2025.0.0)
Loading...
Searching...
No Matches
FormIt::SunLocationData Class Reference

Description

#include <FormItCoreTypes.h>

Public Member Functions

bool operator== (const SunLocationData &aOther) const
 
bool setDate (int pDay, int pMonth, int pYear)
 Returns true if the date changed.
 
void setZero ()
 setZero() function.
 

Public Attributes

double mLatitude = 0.0
 
double mLongitude = 0.0
 
double mTime = 0.0
 
double mUTCTimeZone = 0.0
 
double mDSTOffset = 0.0
 
int mDay = 0
 
int mMonth = 0
 
int mYear = 0
 
int mDSTEnabled = 0
 

Member Function Documentation

◆ operator==()

bool FormIt::SunLocationData::operator== ( const SunLocationData aOther) const
inline

◆ setDate()

bool FormIt::SunLocationData::setDate ( int  pDay,
int  pMonth,
int  pYear 
)
inline

Returns true if the date changed.

Parameters
[in]pDay
[in]pMonth
[in]pYear

◆ setZero()

void FormIt::SunLocationData::setZero ( )
inline

setZero() function.

Member Data Documentation

◆ mDay

int FormIt::SunLocationData::mDay = 0

◆ mDSTEnabled

int FormIt::SunLocationData::mDSTEnabled = 0

◆ mDSTOffset

double FormIt::SunLocationData::mDSTOffset = 0.0

◆ mLatitude

double FormIt::SunLocationData::mLatitude = 0.0

◆ mLongitude

double FormIt::SunLocationData::mLongitude = 0.0

◆ mMonth

int FormIt::SunLocationData::mMonth = 0

◆ mTime

double FormIt::SunLocationData::mTime = 0.0

◆ mUTCTimeZone

double FormIt::SunLocationData::mUTCTimeZone = 0.0

◆ mYear

int FormIt::SunLocationData::mYear = 0

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