5 #include <linux/limits.h> 7 #include <sys/socket.h> 35 const char* socketpath;
36 struct sockaddr_un addr;
41 std::string sendcmd(std::string);
58 PRU(
int, std::string);
66 std::string showRegs();
67 int load(std::string);
69 int setChannel(
int, std::string);
71 int sendMsg_string(std::string);
72 void sendMsg_raw(std::string);
75 int waitForEvent(
int);
76 std::string mem_read(Memory mem, std::string);
77 std::string mem_write(Memory mem, std::string, std::string);
class Socket
Definition: pruss.h:32
class PRU
Definition: pruss.h:49
class PRUSS
Definition: pruss.h:83