コード例 #1
0
ファイル: ETSampleManager.cs プロジェクト: shalse/HARE_ET
        //This function is called everytime new data is sent
        public virtual void GetSampleCallbackFunction(ETController.SampleStruct sampleData)
        {
            etPositionData = sampleData;

            //do something here (this method should be overridden in your code see ExampleDataUpdate.cs)
        }
コード例 #2
0
ファイル: ETSampleManager.cs プロジェクト: shalse/HARE_ET
        //This function is called everytime new data is sent
        public virtual void GetSampleCallbackFunction(ETController.SampleStruct sampleData)
        {
            etPositionData = sampleData;

            //do something here (this method should be overridden in your code see ExampleDataUpdate.cs)
        }