FlightGear next
Block Class Reference

#include <groundnetwork.hxx>

Public Member Functions

 Block (int i, time_t bt, time_t curr)
 
 ~Block ()
 
int getId ()
 
void updateTimeStamps (time_t bt, time_t now)
 
time_t getBlockTime () const
 
time_t getTimeStamp ()
 
bool operator< (const Block &other) const
 

Detailed Description

Definition at line 24 of file groundnetwork.hxx.

Constructor & Destructor Documentation

◆ Block()

Block::Block ( int i,
time_t bt,
time_t curr )
inline

Definition at line 32 of file groundnetwork.hxx.

◆ ~Block()

Block::~Block ( )
inline

Definition at line 37 of file groundnetwork.hxx.

Member Function Documentation

◆ getBlockTime()

time_t Block::getBlockTime ( ) const
inline

Definition at line 47 of file groundnetwork.hxx.

◆ getId()

int Block::getId ( )
inline

Definition at line 39 of file groundnetwork.hxx.

◆ getTimeStamp()

time_t Block::getTimeStamp ( )
inline

Definition at line 48 of file groundnetwork.hxx.

◆ operator<()

bool Block::operator< ( const Block & other) const
inline

Definition at line 49 of file groundnetwork.hxx.

◆ updateTimeStamps()

void Block::updateTimeStamps ( time_t bt,
time_t now )
inline

Definition at line 41 of file groundnetwork.hxx.


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