Advertisement
Guest User

Untitled

a guest
May 30th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.54 KB | None | 0 0
  1. int rgethstpar_date
  2. (
  3. char* server,
  4. int num_gethsts,
  5. rgethstpar_date_data* gethstpar_date_data
  6. );
  7.  
  8.  
  9.  
  10. /* define structure for RGETHST_DATE procedure call */
  11. struct rgethst_date_data_str
  12. {
  13.     n_ushort        hist_type;
  14.     n_ulong         hist_start_date;
  15.     n_float         hist_start_time;
  16.     n_ushort        num_hist;
  17.     n_ushort        num_points;
  18.     n_ushort        *point_type_nums;
  19.     n_ushort        *point_params;
  20.     n_char          *archive_path;
  21.     n_float         *hist_values;
  22.     n_ushort        gethst_status;
  23. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement