Inherits Tactor.
      
        
          | Pager::Pager | ( | string | pagerID | ) |  | 
      
 
A constructor that sets this pager's ID to pagerID 
- Parameters
- 
  
    | pagerID | the ID of this pager |  
 
 
 
  
  | 
        
          | virtual bool Pager::command | ( | string | command, |  
          |  |  | HardwareInterface * | hardwareInterface |  
          |  | ) |  |  |  | virtual | 
 
Sends a command to the pager given by pagerID 
- Parameters
- 
  
    | command | a string of format "int,char,int" for pager intensity, page pattern, and light number respectively. valid page patterns are given by the manual for the pagers we use |  | hardwareInterface | the hardwareinterface we are sending the command through |  
 
- Returns
- true if the command is sent successfully, false otherwise 
Implements Tactor.
 
 
      
        
          | void Pager::setPagerID | ( | string | pagerID | ) |  | 
      
 
Sets the pager id to a different ID 
- Parameters
- 
  
    | pagerID | the new ID of this pager |  
 
 
 
The documentation for this class was generated from the following file: