This class defines station priority values.  
 More...
#include "../include/StatPrior.h"
|  | 
|  | StatPrior () | 
|  | 
|  | StatPrior (float size, const char *str) | 
|  | 
| int | init () | 
|  | 
| int | set () | 
|  | 
| int | set (int val) | 
|  | 
| int | setSize (float size) | 
|  | 
| int | setParam (const char *str) | 
|  | 
| int | set (float size, const char *str) | 
|  | 
| int | get () | 
|  | 
| bool | check (int prior) | 
|  | 
| int | print () | 
|  | 
This class defines station priority values. 
- Author
- Dan Vietor 
◆ StatPrior() [1/2]
◆ StatPrior() [2/2]
      
        
          | StatPrior::StatPrior | ( | float | size, | 
        
          |  |  | const char * | str | 
        
          |  | ) |  |  | 
      
 
Constructor - Initializes the class to the priority and domain size 
- Parameters
- 
  
    | size | The domain size |  | str | The string defining priority info |  
 
 
 
◆ check()
      
        
          | bool StatPrior::check | ( | int | pr | ) |  | 
      
 
 
◆ get()
Returns the priority 
- Returns
- The priority 
 
 
◆ set()
      
        
          | int StatPrior::set | ( | float | rsize, | 
        
          |  |  | const char * | str | 
        
          |  | ) |  |  | 
      
 
Sets the class to the priority and domain size 
- Parameters
- 
  
    | rsize | The domain size |  | str | The string defining priority info |  
 
References WXP::StrLib::copy().
 
 
◆ setParam()
      
        
          | int StatPrior::setParam | ( | const char * | str | ) |  | 
      
 
Sets the priority 
- Parameters
- 
  
    | str | The string defining priority info |  
 
References WXP::StrLib::copy().
 
 
◆ setSize()
      
        
          | int StatPrior::setSize | ( | float | rsize | ) |  | 
      
 
Sets the priority based on domain size 
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following files: