2 #include <eris/types.hpp> This class represents a public provider of book copies that pays author based on the number of downlo...
Definition: PublicTracker.hpp:46
 
double dl_unspent
Assets unspent at the end of the period. 
Definition: PublicTrackerState.hpp:32
 
Primary namespace for all Creativity library code. 
Definition: config.hpp:4
 
double dl_tax
The per-period lump-sum tax amount for download-count public sharing. 
Definition: PublicTrackerState.hpp:23
 
PublicTrackerState()=default
Default constructor: creates a PublicTrackerState with default-initialized fields. 
 
double vote_unspent
Assets unspent at the end of the period for the vote-based redistribution. 
Definition: PublicTrackerState.hpp:38
 
double vote_tax
The per-period lump-sum tax amount for vote-count public sharing. 
Definition: PublicTrackerState.hpp:26
 
eris::eris_id_t id
Unique simulation ID of the reader. 
Definition: PublicTrackerState.hpp:20
 
Records the various variables associated with a reader. 
Definition: PublicTrackerState.hpp:11