Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. // ~~~~~~~~~~~ TimeOut Class ~~~~~~~~~~~~
  2. timeOUT::timeOUT(char *sw_num, int def_val,char *key1, char *key2, char *key3)
  3. : endTimeOUT_inFlash (key1), inCodeTimeOUT_inFlash(key2), updatedTimeOUT_inFlash(key3)
  4.  
  5. #define key1 "endTO"
  6. #define key2 "inCodeTO"
  7. #define key3 "updatedTO"
  8.  
  9. // ~~~~~~~~~~~ TimeOut Class ~~~~~~~~~~~~
  10. timeOUT::timeOUT(char *sw_num, int def_val)
  11. : endTimeOUT_inFlash (key1), inCodeTimeOUT_inFlash(key2), updatedTimeOUT_inFlash(key3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement