working pdu2handler
This commit is contained in:
@ -14,11 +14,3 @@ uint16_t CspCookie::getMaxReplyLength(){
|
||||
uint8_t CspCookie::getCspAddress(){
|
||||
return cspAddress;
|
||||
}
|
||||
|
||||
char* CspCookie::getCanIf(){
|
||||
return canInterface;
|
||||
}
|
||||
|
||||
int CspCookie::getBitrate(){
|
||||
return bitrate;
|
||||
}
|
||||
|
@ -17,15 +17,11 @@ public:
|
||||
|
||||
uint16_t getMaxReplyLength();
|
||||
uint8_t getCspAddress();
|
||||
char* getCanIf();
|
||||
int getBitrate();
|
||||
|
||||
private:
|
||||
|
||||
uint16_t maxReplyLength;
|
||||
char canInterface[5] = "can0";
|
||||
uint8_t cspAddress;
|
||||
int bitrate = 1000;
|
||||
};
|
||||
|
||||
#endif /* BSP_LINUX_COMIF_COOKIES_CSPCOOKIE_H_ */
|
||||
|
Reference in New Issue
Block a user