Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NucleoMGC3130 i2c_master
GestICMsg.cpp
00001 #include "GestICMsg.h" 00002 00003 GestICMsg::GestICMsg(): BufferedArray(20,20) 00004 {} 00005 00006 int GestICMsg::getMsgSize() 00007 { 00008 return data[0]; 00009 } 00010 00011 int GestICMsg::getFlags() 00012 { 00013 return data[1]; 00014 } 00015 00016 int GestICMsg::getSeq() 00017 { 00018 return data[2]; 00019 } 00020 00021 int GestICMsg::getID() 00022 { 00023 return data[3]; 00024 }
Generated on Fri Jul 15 2022 02:54:57 by
