pf_r2000_packet_a.h
Go to the documentation of this file.
1 #pragma once
2 
4 
6 {
7 protected:
8 #pragma pack(push, pfA, 1)
9  struct Data
10  {
11  uint32_t distance;
12  };
13 #pragma pack(pop, pfA)
14 
15  virtual void get_type(char* c);
16 
17  virtual void read_data(uint8_t* buf, size_t num);
18  virtual void read_with(PFPacketReader& reader);
19 };
virtual void get_type(char *c)
virtual void read_with(PFPacketReader &reader)
virtual void read_data(uint8_t *buf, size_t num)


pf_driver
Author(s): Harsh Deshpande
autogenerated on Fri Feb 24 2023 03:59:35