Comment # 6
on bug 9596
from Jaka
Hi again,
The pride of being able to report here has led me to investigate around a bit.
Found this:
911 /* ====================================================================
912 todo -- BCR: Binary counter reading
913 ==================================================================== */
914 /* void get_BCR(guint8 *offset, proto_tree *iec104_header_tree); */
915
916 /* ====================================================================
917 todo -- SEP: Single event of protection equipment
918 ==================================================================== */
919 #if 0
920 static void get_SEP(tvbuff_t *tvb _U_, guint8 *offset _U_, proto_tree
*iec104_header_tree _U_)
921 {
922 /* todo */
923
924 }
925 #endif
I believe Binary Counters are in fact Integrated totals. The SEP probably also
needs some work, although I do not use it in my application.
Cheers,
Jaka
You are receiving this mail because:
- You are watching all bug changes.