git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix TariffChange sensor
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_linux
/
ether_cap.h
diff --git
a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h
index c03a6066a6092b0ac48b768f5c76724984d6fb12..64560ca4f657135df1da6ad4b8677ae4f085d857 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_linux/ether_cap.h
+++ b/
projects/stargazer/plugins/capture/ether_linux/ether_cap.h
@@
-63,11
+63,13
@@
public:
uint16_t GetStopPosition() const { return 10; }
private:
uint16_t GetStopPosition() const { return 10; }
private:
+ ETHER_CAP(const ETHER_CAP & rvalue);
+ ETHER_CAP & operator=(const ETHER_CAP & rvalue);
+
static void * Run(void *);
int EthCapOpen();
int EthCapClose();
int EthCapRead(void * buffer, int blen, char ** iface);
static void * Run(void *);
int EthCapOpen();
int EthCapClose();
int EthCapRead(void * buffer, int blen, char ** iface);
- bool WaitPackets(int sd) const;
mutable std::string errorStr;
mutable std::string errorStr;